mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-02-02 02:58:13 -05:00
Fix .profile-with-default-edit display when text is too long. Fix #229.
This commit is contained in:
parent
00000e51a6
commit
fabb7059f8
@ -50,13 +50,15 @@ li > a {
|
||||
}
|
||||
|
||||
&.profile-with-default-edit {
|
||||
padding-right: 0;
|
||||
padding-right: 32px;
|
||||
position: relative;
|
||||
.dropdown-toggle {
|
||||
margin: -5px 0;
|
||||
color: inherit;
|
||||
padding: 5px 8px;
|
||||
padding: 5px 8px 3px;
|
||||
min-width: 20px;
|
||||
float: right;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
||||
.glyphicon {
|
||||
margin-right: 0;
|
||||
@ -66,7 +68,7 @@ li > a {
|
||||
}
|
||||
|
||||
> li.active .dropdown-toggle {
|
||||
border: none !important;
|
||||
border-color: transparent !important;
|
||||
border-left: solid 1px !important;
|
||||
background: none !important;
|
||||
border-radius: 0 !important;
|
||||
|
Loading…
Reference in New Issue
Block a user