mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-23 08:48:28 +00:00
Fix clipping in the tab layouts by swapping margins for padding (#177)
<img width="132" alt="image" src="https://github.com/user-attachments/assets/3550f307-fc8d-4dd8-b9d8-3e2e8d9ad395">
This commit is contained in:
parent
5a6be9bc43
commit
e6dc6c561e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
justify-content: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
margin: 3px;
|
||||
padding: 3px;
|
||||
|
||||
.block-container {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in a new issue