Fix .profile-with-default-edit display when text is too long. Fix #229.

This commit is contained in:
FelisCatus 2015-01-25 15:58:18 +08:00
parent 00000e51a6
commit fabb7059f8

View File

@ -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;