mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(failed-publish): keep bracket actions on one line
Replace mobile-only line breaks with CSS so retry/delete actions wrap as a block without splitting bracket labels across lines.
This commit is contained in:
@@ -671,8 +671,14 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.failedPublishActions {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.failedDeletePostAction {
|
||||
font-weight: 400;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.failedDeletePostBracket {
|
||||
|
||||
Reference in New Issue
Block a user