mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
Fixes #12210: badges in xs buttons
This commit is contained in:
Vendored
+4
@@ -4341,6 +4341,10 @@ textarea.input-group-sm > .input-group-btn > .btn {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
.btn-xs .badge {
|
||||
top: 0;
|
||||
padding: 1px 5px;
|
||||
}
|
||||
a.badge:hover,
|
||||
a.badge:focus {
|
||||
color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user