Skip to content

Commit 65c7c21

Browse files
authored
Exclude body from span class float styling
1 parent 4992940 commit 65c7c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ STATISTICS
144144
width: 300px;
145145
}
146146

147-
[class*="span"] {
147+
[class*="span"]:not(body) {
148148
float: left;
149149
margin-left: 20px;
150150
min-height: 1px;

0 commit comments

Comments
 (0)