fix: bump min popup width to 700px #1126

Description:

improve UI of rtk-query right side tabs
This commit is contained in:
FaberVitale 2022-04-08 19:28:54 +02:00
parent 6323df4151
commit 912d69ae89

View File

@ -7,7 +7,7 @@ style.
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
width: 100%; width: 100%;
min-width: 350px; min-width: 700px;
min-height: 400px; min-height: 400px;
margin: 0; margin: 0;
padding: 0; padding: 0;
@ -17,6 +17,7 @@ style.
color: #fff; color: #fff;
} }
#root { #root {
min-width: 700px;
height: 100%; height: 100%;
} }
#root > div { #root > div {