diff --git a/packages/webapp/src/components/Form/InputBase/InputBaseLabel/styles.module.scss b/packages/webapp/src/components/Form/InputBase/InputBaseLabel/styles.module.scss index fbc3bb2c7b..a60e3fb8a8 100644 --- a/packages/webapp/src/components/Form/InputBase/InputBaseLabel/styles.module.scss +++ b/packages/webapp/src/components/Form/InputBase/InputBaseLabel/styles.module.scss @@ -13,11 +13,12 @@ * GNU General Public License for more details, see . */ -.labelContainer { + .labelContainer { display: flex; - justify-content: space-between; + justify-content: flex-start; /* Keep items together */ min-height: 20px; position: relative; + white-space: nowrap; /* Prevent wrapping */ } .sm {