fixed problems with margin negative (#10558)

[FIX] Switch buttons were cutting in RTL mode
pull/9764/head^2
Guilherme Gazzo 8 years ago committed by Rodrigo Nascimento
parent d0c5ae37f2
commit aeda3b3bb3
  1. 4
      packages/rocketchat-theme/client/imports/components/modal/create-channel.css
  2. 2
      packages/rocketchat-theme/client/imports/components/modal/full-modal.css
  3. 2
      packages/rocketchat-theme/client/imports/forms/switch.css

@ -7,10 +7,14 @@
animation-name: fadeIn;
animation-duration: 1s;
margin: 0 -25px;
&__wrapper {
overflow-x: hidden;
overflow-y: auto;
padding: 0 25px;
height: 100%;
}

@ -25,6 +25,8 @@
display: flex;
margin: 0 30px;
color: var(--modal-back-button-color);
align-items: center;
}

@ -1,4 +1,6 @@
.rc-switch {
padding: 0 0.25rem;
&__label {
display: flex;

Loading…
Cancel
Save