Fix quicktips getting cut off (#1857)

fixes #1855
This commit is contained in:
Evan Simkowitz 2025-01-27 11:34:18 -08:00 committed by GitHub
parent 87f78cd590
commit 2895b61e10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,6 @@
.tips-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
.tips-section {