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:
Evan Simkowitz
2024-07-30 14:06:09 -07:00
committed by GitHub
parent 5a6be9bc43
commit e6dc6c561e
+1 -1
View File
@@ -11,7 +11,7 @@
justify-content: center;
overflow: hidden;
position: relative;
margin: 3px;
padding: 3px;
.block-container {
display: flex;