Fix 4 columns barely not fitting on 1920px screen (#32361)

pull/2884/head
Claire 2024-10-09 19:16:57 +02:00 committed by GitHub
parent 6d6565eee7
commit fda52b2a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2863,7 +2863,7 @@ $ui-header-logo-wordmark-width: 99px;
}
.column {
width: 400px;
width: clamp(380px, calc((100% - 350px) / 4), 400px);
position: relative;
box-sizing: border-box;
display: flex;