Prevent tabsManagerContainer width to grow beyond parent's width (#1911)

This commit is contained in:
Laurent Nguyen 2024-07-17 17:30:12 +02:00 committed by GitHub
parent 5871c1e2d0
commit bd334a118a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2369,6 +2369,7 @@ a:link {
display: flex;
flex-direction: column;
min-height: 300px;
min-width: 0; // This prevents it to grow past the parent's width if its content is too wide
}
.tabs {