Skip to content

Commit 438f5fb

Browse files
committed
fix(button): Correct vertical alignment of header right buttons, closes #704
1 parent f9766fc commit 438f5fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/_bar.scss

+3-3
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,13 @@
179179
}
180180
}
181181

182-
.button-bar > .button,
182+
.button-bar > .button,
183183
.buttons > .button {
184184
min-height: $button-bar-button-height - 1;
185185
line-height: $button-bar-button-height;
186186
}
187187

188-
.button-bar + .button,
188+
.button-bar + .button,
189189
.button + .button-bar {
190190
margin-left: 5px;
191191
}
@@ -196,7 +196,7 @@
196196
> .button.pull-right,
197197
.title + .buttons {
198198
position: absolute;
199-
top: 6px;
199+
top: 5px;
200200
right: 5px;
201201
bottom: 5px;
202202
}

0 commit comments

Comments
 (0)