Fix text align on dropdown button
This commit is contained in:
parent
1cf3678b63
commit
e66d56be43
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
text-align: left;
|
||||||
top: 5 * $default-spacer;
|
top: 5 * $default-spacer;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
|
Loading…
Add table
Reference in a new issue