We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a8a93 commit da43c7cCopy full SHA for da43c7c
docs/assets/css/bootstrap.css
@@ -3189,7 +3189,8 @@ button.close {
3189
border-radius: 5px;
3190
}
3191
3192
-.btn-large [class^="icon-"] {
+.btn-large [class^="icon-"],
3193
+.btn-large [class*=" icon-"] {
3194
margin-top: 2px;
3195
3196
@@ -3201,7 +3202,8 @@ button.close {
3201
3202
border-radius: 3px;
3203
3204
-.btn-small [class^="icon-"] {
3205
+.btn-small [class^="icon-"],
3206
+.btn-small [class*=" icon-"] {
3207
margin-top: 0;
3208
3209
0 commit comments