Ensure previews don't wrap text (#39)

This commit is contained in:
Evan Simkowitz
2024-06-11 14:51:35 -07:00
committed by GitHub
parent 525f20ba81
commit cff7a54507
4 changed files with 9 additions and 17 deletions
+3
View File
@@ -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 {