mirror of
https://github.com/Xevion/glance.git
synced 2025-12-09 10:07:24 -06:00
Fix column overflow
This commit is contained in:
@@ -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; }
|
||||
Reference in New Issue
Block a user