Skip to content

Commit a67bedc

Browse files
authored
AO3-6748 Keep work body aligned correctly on wide screens in Low Vision Default (#5081)
* AO3-6748 make the stats line wrap * AO3-6748 wide screen fix * AO3-6748 the .meta .stats dl block isn't actually needed * Revert "AO3-6748 the .meta .stats dl block isn't actually needed" This reverts commit b92e4a3. * AO3-6748 change the rule to display:block because that's what it's there for * AO3-6748 even more reasonable rules that should still behave the same * AO3-6748 remove the overflow rule * AO3-6748 ...and the margin 0 * AO3-6748 and text-align
1 parent 5748b65 commit a67bedc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

public/stylesheets/masters/low_vision_default/low_vision_default_site_screen_.css

+1-6
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,9 @@ dd fieldset {
9797
border: 0;
9898
}
9999

100-
.meta .stats dl {
101-
float: left;
102-
margin-top: 0;
103-
}
104-
105100
.meta .stats dl dd,
106101
.meta .stats dl dt {
107-
float: left;
102+
display: inline-block;
108103
}
109104

110105
textarea,

0 commit comments

Comments
 (0)