mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-23 20:12:22 -06:00
Merge pull request #18 from kawamataryo/bugfix/linebreaks
🐛 fix word break
This commit is contained in:
commit
bf84adebda
@ -88,7 +88,7 @@
|
|||||||
.bsky-user-content .content .description {
|
.bsky-user-content .content .description {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.name-and-controller {
|
.name-and-controller {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user