mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
Extend input min-width and add padding
This commit is contained in:
parent
38256c7e90
commit
1b0491588f
@ -16,6 +16,7 @@
|
||||
position: relative;
|
||||
margin-bottom: 20px;
|
||||
line-height: 1.8;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
.row > div {
|
||||
@ -25,7 +26,7 @@
|
||||
|
||||
.row > div > input {
|
||||
width: 100%;
|
||||
min-width: 200px;
|
||||
min-width: 240px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
|
Loading…
Reference in New Issue
Block a user