[common] changed button carret width
This commit is contained in:
parent
23333c8720
commit
c6436bc59a
|
@ -456,13 +456,13 @@
|
||||||
|
|
||||||
> .btn {
|
> .btn {
|
||||||
+ .dropdown-toggle {
|
+ .dropdown-toggle {
|
||||||
padding: 0 2px;
|
padding: 0 4px 0 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .dropdown-toggle:first-child {
|
> .dropdown-toggle:first-child {
|
||||||
.inner-box-caret {
|
.inner-box-caret {
|
||||||
padding: 0 2px;
|
padding: 0 4px 0 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue