From e4cced4b92032d3db7c9f6aee19b929b6d24e4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Souza?= Date: Fri, 12 Apr 2024 13:35:01 -0300 Subject: [PATCH] fix breakout styles --- .../ui/components/actions-bar/create-breakout-room/styles.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; `} `;