Fix column overflow
This commit is contained in:
parent
926de71274
commit
859a6d2f27
2 changed files with 3 additions and 2 deletions
|
|
@ -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; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue