[frontend/components] Correctly size field value
This commit is contained in:
parent
23833bb1b4
commit
fbf69608f0
1 changed files with 9 additions and 4 deletions
|
@ -32,11 +32,12 @@
|
||||||
vertical-align: text-bottom;
|
vertical-align: text-bottom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.field-value {
|
::deep .field .field-value {
|
||||||
|
width: calc(100% - 10.5rem);
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fields {
|
.fields {
|
||||||
|
@ -87,6 +88,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::deep .field .field-value {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
::deep {
|
::deep {
|
||||||
.field + .field {
|
.field + .field {
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
|
|
Loading…
Add table
Reference in a new issue