Skip to content

Commit 3990a7a

Browse files
authored
Merge pull request #47 from topcoder-platform/issues-563_1
Issues-563: Fixed Group page
2 parents d28a955 + da6aae1 commit 3990a7a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

design/custom.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

design/custom.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/pages/_group.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.Section-Group .H {
22
text-align: left;
33
width: auto;
4+
float: left;
45
display: inline-block;
56
}
67
body.Group {
@@ -63,5 +64,6 @@ body.Group {
6364
.Section-Group .H {
6465
text-align: left;
6566
display: block;
67+
float: none;
6668
}
6769
}

0 commit comments

Comments
 (0)