mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
Contain login field widths on smaller displays
This commit is contained in:
parent
47d26c743f
commit
38256c7e90
1 changed files with 7 additions and 0 deletions
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
.row {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
|
|
@ -19,6 +20,12 @@
|
|||
|
||||
.row > div {
|
||||
position: relative;
|
||||
flex: 1 1;
|
||||
}
|
||||
|
||||
.row > div > input {
|
||||
width: 100%;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue