mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-07 05:45:53 +01:00
Fix for firefox issue with alignment of prepend/append
This commit is contained in:
2
themes/grav/css-compiled/template.css
vendored
2
themes/grav/css-compiled/template.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -40,6 +40,7 @@ form {
|
||||
|
||||
.form-input-addon-wrapper {
|
||||
display: table-row;
|
||||
|
||||
.form-input-addon {
|
||||
display: table-cell;
|
||||
min-width: 43px;
|
||||
@@ -48,6 +49,7 @@ form {
|
||||
}
|
||||
input {
|
||||
height: 43px;
|
||||
display: table-cell;
|
||||
}
|
||||
.form-input-prepend {
|
||||
border-radius: 4px 0 0 4px;
|
||||
|
||||
Reference in New Issue
Block a user