mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
- Fix taglist item's width in edit mode causes input field to jump into the second line
This commit is contained in:
parent
9301a9c5b1
commit
b1e105c9fb
@ -1007,9 +1007,9 @@ ul.et2_link_string {
|
||||
background-position: 0px -10px;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
margin: 2px 10px 0 2px;
|
||||
margin: 2px 6px 0 2px;
|
||||
}
|
||||
.et2_taglist div.ms-sel-ctn span.ms-check-btn {margin: 2px 10px 0 10px;}
|
||||
.et2_taglist div.ms-sel-ctn span.ms-check-btn {margin: 2px 0px 0 6px;}
|
||||
.et2_taglist .ms-res-ctn {
|
||||
position:absolute;
|
||||
background: #FFF;
|
||||
|
Loading…
Reference in New Issue
Block a user