mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
fix: don't allow the block title to grow (#192)
This commit is contained in:
parent
1d9b56bfd1
commit
7098c8b3ea
@ -94,7 +94,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
color: var(--main-text-color);
|
color: var(--main-text-color);
|
||||||
flex: 1 1 auto;
|
flex: 0 1 auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user