Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 25cb0ca

Browse files
committed
fix group control length
1 parent 47c43bc commit 25cb0ca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/web/css/direct/launchcontest.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3194,7 +3194,7 @@ div#winnerDiv {
31943194
border-radius: 5px;
31953195
margin-left: 132px;
31963196
width: auto;
3197-
margin-right: 50px;
3197+
margin-right: 372px;
31983198
}
31993199
.ms-ctn-focus{
32003200
background-color: #ffffff;
@@ -3206,3 +3206,8 @@ div#groupDisplay {
32063206
margin-top: 20px;
32073207
}
32083208

3209+
div#groupDisplay #groupDiv{
3210+
margin-top: 20px;
3211+
width: 293px;
3212+
}
3213+

0 commit comments

Comments
 (0)