Skip to content

Commit bfb811e

Browse files
authored
Merge pull request #467 from isaacphysics/hotfix/float-right-layout
Float right layout fix
2 parents 0fb582a + 5047414 commit bfb811e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/scss/common/questions.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
}
1717
}
1818

19+
.content-chunk > .content-value {
20+
> .row {
21+
margin: 0;
22+
> .col {
23+
margin-left: -15px;
24+
margin-right: -15px;
25+
}
26+
}
27+
}
28+
1929
.unit-dropdown button {
2030
min-width: auto;
2131
}

0 commit comments

Comments
 (0)