limit max-width to have never more than two input fields next to each other
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
This commit is contained in:
parent
c5e61947a9
commit
fa87b2fbf2
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ input#openid, input#webdav { width:20em; }
|
|||
position: relative;
|
||||
float: left;
|
||||
min-width: 280px;
|
||||
max-width: 700px;
|
||||
width: calc(100% - 200px);
|
||||
}
|
||||
#personal-settings-container:after {
|
||||
|
|
Loading…
Reference in a new issue