mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
minor linting fix
This commit is contained in:
parent
d44fe5311d
commit
b3a96e7e3d
2
admin/client/dist/styles/bundle.css
vendored
2
admin/client/dist/styles/bundle.css
vendored
File diff suppressed because one or more lines are too long
@ -1,12 +1,12 @@
|
||||
.form {
|
||||
padding-bottom: $spacer-y;
|
||||
|
||||
// scss-lint:disable all BorderZero
|
||||
.readonly .form__field-holder > div { // Nesting required
|
||||
// scss-lint:disable SelectorDepth
|
||||
.readonly .form__field-holder > div {
|
||||
padding: 8px 0;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
// scss-lint:enable all BorderZero
|
||||
// scss-lint:enable SelectorDepth
|
||||
}
|
||||
|
||||
// For larger panels form elements are presented inline
|
||||
|
Loading…
Reference in New Issue
Block a user