mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Ensure previews don't wrap text (#39)
This commit is contained in:
@@ -31,10 +31,13 @@
|
||||
justify-content: center;
|
||||
background-color: var(--panel-bg-color);
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
|
||||
.block-header-text {
|
||||
padding: 0 5px;
|
||||
flex-grow: 1;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.close-button {
|
||||
|
||||
Reference in New Issue
Block a user