diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index 1a6a1bd23f70e990b3ff4054f6a7920395c13fe1..c48bb0dc8481eba9066340ded79411cadfbd4dcc 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -478,10 +478,12 @@ input + .help { border-top: 0 !important; } .content:not(.extra) { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - padding-bottom: 0; + &, & * { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + padding-bottom: 0; + } } .floating.dropdown > .icon { margin-right: 0;