Fix column overflow

This commit is contained in:
hex-developer
2024-05-19 15:52:13 +00:00
parent 926de71274
commit 859a6d2f27
2 changed files with 3 additions and 2 deletions

View File

@@ -1166,6 +1166,7 @@ body {
.shrink { flex-shrink: 1; }
.shrink-0 { flex-shrink: 0; }
.min-width-0 { min-width: 0; }
.max-width-100 { max-width: 100%; }
.block { display: block; }
.overflow-hidden { overflow: hidden; }
.relative { position: relative; }
@@ -1200,4 +1201,4 @@ body {
.margin-bottom-7 { margin-bottom: 0.7rem; }
.margin-bottom-10 { margin-bottom: 1rem; }
.margin-bottom-15 { margin-bottom: 1.5rem; }
.margin-bottom-auto { margin-bottom: auto; }
.margin-bottom-auto { margin-bottom: auto; }