diff --git a/css/style.scss b/css/style.scss index facdc96a9..d81e2c45d 100644 --- a/css/style.scss +++ b/css/style.scss @@ -1490,6 +1490,21 @@ input.input-inline { } } +.section-wrapper { + display: flex; + max-width: 100%; + margin-top: 10px; +} + +.section-label { + background-position: 0px center; + width:28px; + flex-shrink: 0; +} + +.section-details { + flex-grow: 1; +} /** * Mobile optimizations */ diff --git a/templates/part.card.php b/templates/part.card.php index 1caaf44fb..626241f1d 100644 --- a/templates/part.card.php +++ b/templates/part.card.php @@ -33,61 +33,58 @@