mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 22:46:40 +00:00
Prevent tabsManagerContainer width to grow beyond parent's width (#1911)
This commit is contained in:
parent
5871c1e2d0
commit
bd334a118a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user