Changed grid view labels and values to display: inline instead of display: inline-block to fix weird line break.

This commit is contained in:
Jim Löfgren
2021-02-11 14:06:44 +01:00
committed by Nathan Woulfe
parent 230bf1052c
commit fc8dc76d80

View File

@@ -102,11 +102,11 @@
.umb-content-grid__details-label {
font-weight: bold;
display: inline-block;
display: inline;
}
.umb-content-grid__details-value {
display: inline-block;
display: inline;
word-break: break-word;
margin-left: 3px;
}