Skip to content

Commit da43c7c

Browse files
committed
run make after merge
1 parent 40a8a93 commit da43c7c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/assets/css/bootstrap.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,8 @@ button.close {
31893189
border-radius: 5px;
31903190
}
31913191

3192-
.btn-large [class^="icon-"] {
3192+
.btn-large [class^="icon-"],
3193+
.btn-large [class*=" icon-"] {
31933194
margin-top: 2px;
31943195
}
31953196

@@ -3201,7 +3202,8 @@ button.close {
32013202
border-radius: 3px;
32023203
}
32033204

3204-
.btn-small [class^="icon-"] {
3205+
.btn-small [class^="icon-"],
3206+
.btn-small [class*=" icon-"] {
32053207
margin-top: 0;
32063208
}
32073209

0 commit comments

Comments
 (0)