mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-07 22:05:59 +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 {
|
.form-input-addon-wrapper {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
|
||||||
.form-input-addon {
|
.form-input-addon {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
min-width: 43px;
|
min-width: 43px;
|
||||||
@@ -48,6 +49,7 @@ form {
|
|||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
height: 43px;
|
height: 43px;
|
||||||
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.form-input-prepend {
|
.form-input-prepend {
|
||||||
border-radius: 4px 0 0 4px;
|
border-radius: 4px 0 0 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user