Skip to content

Commit b07cb5e

Browse files
authored
Merge pull request #5280 from fedspendingtransparency/DEV-15025-2
DEV-15035: line wrap fix
2 parents 15784a9 + ef51f8d commit b07cb5e

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

src/_scss/pages/bulkDownload/form/downloadForm.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,8 @@
8686

8787
.radio {
8888
padding: 0;
89-
90-
&:first-of-type {
91-
// 3 of 8 columns available to the form
92-
min-width: 37.5%;
93-
}
94-
95-
&:last-of-type {
96-
width: stretch;
97-
}
89+
// 3 of 8 columns available to the form
90+
width: 37.5%;
9891

9992
label {
10093
display: flex;

0 commit comments

Comments
 (0)