[Glitch] RTL: fix margins of public-account-header__tabs

Port 185cb2dc3a to glitch-soc
master
Thibaut Girka 6 years ago committed by ThibG
parent f1c3053d36
commit b4ba1058b8
  1. 5
      app/javascript/flavours/glitch/styles/rtl.scss

@ -306,5 +306,10 @@ body.rtl {
margin-right: 0;
}
}
.public-account-header__tabs {
margin-left: 0;
margin-right: 20px;
}
}
}

Loading…
Cancel
Save