~cytrogen/masto-fe

ca7d16912ec4c9f05c164d07ac53b69515d2446d — gunchleoc 2 years ago 02e6d9f
[Glitch] Fix line wrapping of language selection button with long locale codes

Port 88fa8e710adf103dee289b2a9cc691a410f97c21 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
1 files changed, 1 insertions(+), 0 deletions(-)

M app/javascript/flavours/glitch/styles/components/misc.scss
M app/javascript/flavours/glitch/styles/components/misc.scss => app/javascript/flavours/glitch/styles/components/misc.scss +1 -0
@@ 281,6 281,7 @@
  background: transparent;
  cursor: pointer;
  padding: 0 3px;
  white-space: nowrap;
  outline: 0;
  transition: all 100ms ease-in;
  transition-property: background-color, color;