Skip to content

Commit

Permalink
fix connection status modal padding (bigbluebutton#21009)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonlsouza authored Aug 23, 2024
1 parent 8c5a0c8 commit 20dfac8
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {
titlePositionLeft,
mdPaddingX,
borderSizeLarge,
jumboPaddingY,
} from '/imports/ui/stylesheets/styled-components/general';
import {
fontSizeSmall,
Expand Down Expand Up @@ -82,7 +81,6 @@ const ClientNotRespondingText = styled.div`
}
`;


const Text = styled.div`
padding-left: .5rem;
white-space: nowrap;
Expand Down Expand Up @@ -165,7 +163,7 @@ const CopyContainer = styled.div`
justify-content: flex-end;
border: none;
border-top: 1px solid ${colorOffWhite};
padding: ${jumboPaddingY} 0 0;
padding: ${mdPaddingX} 0 0 0;
`;

const ConnectionStatusModal = styled(ModalSimple)`
Expand Down

0 comments on commit 20dfac8

Please sign in to comment.