mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 07:36:15 +02:00
prepend/append
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -316,15 +316,15 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
.x-small, .x-small.form-input-addon-wrapper input {
|
||||
.x-small.form-input-addon-wrapper input {
|
||||
max-width: 5rem !important;
|
||||
}
|
||||
|
||||
.small, .small.form-input-addon-wrapper input {
|
||||
.small.form-input-addon-wrapper input {
|
||||
max-width: 10rem !important;
|
||||
}
|
||||
|
||||
.medium, .medium.form-input-addon-wrapper input {
|
||||
.medium.form-input-addon-wrapper input {
|
||||
max-width: 20rem;
|
||||
textarea {
|
||||
height: 7rem;
|
||||
@@ -338,7 +338,7 @@ form {
|
||||
}
|
||||
}
|
||||
|
||||
.large, .large.form-input-addon-wrapper input {
|
||||
.large.form-input-addon-wrapper input {
|
||||
max-width: 30rem !important;
|
||||
|
||||
textarea {
|
||||
|
||||
Reference in New Issue
Block a user