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