We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9766fc commit 438f5fbCopy full SHA for 438f5fb
scss/_bar.scss
@@ -179,13 +179,13 @@
179
}
180
181
182
- .button-bar > .button,
+ .button-bar > .button,
183
.buttons > .button {
184
min-height: $button-bar-button-height - 1;
185
line-height: $button-bar-button-height;
186
187
188
- .button-bar + .button,
+ .button-bar + .button,
189
.button + .button-bar {
190
margin-left: 5px;
191
@@ -196,7 +196,7 @@
196
> .button.pull-right,
197
.title + .buttons {
198
position: absolute;
199
- top: 6px;
+ top: 5px;
200
right: 5px;
201
bottom: 5px;
202
0 commit comments