Skip to content

Commit e632cc7

Browse files
committed
Fix buttonlist
- Legacy-Id: 19617
1 parent bb5810a commit e632cc7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ietf/static/css/ietf.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use "sass:map";
2+
13
// Enable negative margin classes.
24
$enable-negative-margins: true;
35

@@ -86,6 +88,11 @@ body {
8688
max-width: 300px;
8789
}
8890

91+
// Add some padding when there are multiple buttons in a line than can wrap
92+
.buttonlist .btn {
93+
margin-top: map.get($spacers, 2);
94+
}
95+
8996
// Styles for d3.js graphical SVG timelines
9097
#timeline {
9198
font-size: small;
@@ -112,7 +119,6 @@ body {
112119
pointer-events: none;
113120
}
114121

115-
116122
$timeline-odd-color: $primary;
117123
$timeline-odd-hover-color: shift-color($timeline-odd-color, $link-shade-percentage) !default;
118124

0 commit comments

Comments
 (0)