[Glitch] fix missing style in warning and strike cards

Port 42e16ea52d to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
local
Rin 1 year ago committed by Claire
parent 32b8b3355b
commit 21ee6a777d
  1. 9
      app/javascript/flavours/glitch/styles/admin.scss

@ -1681,6 +1681,15 @@ a.sparkline {
box-sizing: border-box;
min-height: 100%;
a {
text: &highlight-text-color;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
p {
margin-bottom: 20px;
unicode-bidi: plaintext;

Loading…
Cancel
Save