Fix the width on the twitter typeahead to match the parent.
This commit is contained in:
parent
5d977f5299
commit
5a5ddf2c0e
1 changed files with 1 additions and 0 deletions
|
@ -769,6 +769,7 @@ p.editable:hover i {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.428571429;
|
line-height: 1.428571429;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Fix for bootstrap dialogs that are broken. */
|
/** Fix for bootstrap dialogs that are broken. */
|
||||||
|
|
Reference in a new issue