Skip to content

Commit 7fc601e

Browse files
authored
fix: Don't let the sort chevron wrap (ietf-tools#4075)
I couldn't figure out a way to not let it wrap *and* float it to the right, however, Fixes ietf-tools#4071
1 parent 0837325 commit 7fc601e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

ietf/static/css/list.scss

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Import bootstrap helpers
22
@import "bootstrap/scss/functions";
33
@import "bootstrap/scss/variables";
4-
// @import "bootstrap/scss/mixins";
5-
// @import "bootstrap/scss/utilities";
64

75
table .sort {
86
cursor: pointer;
@@ -14,12 +12,9 @@ table .sort:hover {
1412
}
1513

1614
table .sort:after {
17-
white-space: nowrap;
1815
font-family: 'bootstrap-icons';
19-
font-size: larger;
20-
color: $secondary;
2116
content: '\f283'; // chevron-expand
22-
float: right;
17+
padding-left: .25em;
2318
padding-right: .25em;
2419
}
2520

0 commit comments

Comments
 (0)