Fix custom fields layout
parent
c6733c36e0
commit
04d284ed1f
|
@ -25,6 +25,7 @@
|
|||
.custom-field-single {
|
||||
border-bottom: 1px solid $whitish;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
padding: 1rem;
|
||||
&:hover {
|
||||
.custom-field-options {
|
||||
|
@ -66,10 +67,13 @@
|
|||
}
|
||||
.custom-field-value {
|
||||
@extend %light;
|
||||
align-items: flex-start;
|
||||
flex: 1;
|
||||
padding: 0 1rem 0 2rem;
|
||||
&.js-value-view-mode {
|
||||
white-space: pre-line;
|
||||
}
|
||||
}
|
||||
form {
|
||||
label {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue