let profile tag entry grow to size of input box
use auto so line-breaks work better
This commit is contained in:
parent
edc9d75df7
commit
c8f8f6741a
1 changed files with 5 additions and 1 deletions
|
|
@ -111,12 +111,16 @@ ul.as-selections li.as-original input {
|
|||
border: none;
|
||||
outline: none;
|
||||
font-size: 13px;
|
||||
width: 120px;
|
||||
width: auto;
|
||||
height: 14px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
ul.as-selections li.as-original.as-original{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
ul.as-list {
|
||||
position: absolute;
|
||||
list-style-type: none;
|
||||
|
|
|
|||
Loading…
Reference in a new issue