fix: 一部のブラウザで不明な四角形が表示される問題

This commit is contained in:
NoriDev 2023-06-15 04:07:09 +09:00
parent a1ee698c36
commit 5733989098

View file

@ -72,8 +72,7 @@ const showTicker = (defaultStore.state.instanceTicker === 'always') || (defaultS
display: block;
margin: 0 .5em 0 0;
padding: 0;
overflow: scroll;
overflow-wrap: anywhere;
overflow: hidden;
font-size: 1em;
font-weight: bold;
text-decoration: none;