mirror of
https://github.com/RightNow-AI/openfang.git
synced 2026-04-26 17:55:09 +02:00
fix: resolve page-header overlap and overflow
This commit is contained in:
@@ -1274,6 +1274,7 @@ mark.search-highlight {
|
||||
/* Utility */
|
||||
.flex { display: flex; }
|
||||
.flex-col { flex-direction: column; }
|
||||
.flex-wrap { flex-wrap: wrap; }
|
||||
.items-center { align-items: center; }
|
||||
.justify-between { justify-content: space-between; }
|
||||
.gap-2 { gap: 8px; }
|
||||
|
||||
Reference in New Issue
Block a user