diff --git a/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/styles.js b/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/styles.js index 302a9d51a6..8b05b1eab8 100644 --- a/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/styles.js +++ b/bigbluebutton-html5/imports/ui/components/actions-bar/create-breakout-room/styles.js @@ -104,12 +104,13 @@ const SpanWarn = styled.span` `} ${({ valid }) => !valid && ` - margin: .25rem; + margin-top: .75rem; position: absolute; font-size: ${fontSizeSmall}; color: ${colorDanger}; font-weight: 200; white-space: nowrap; + z-index: 1; `} `;