mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fixes resize bug affecting the find node widget (#20824)
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
.eps-container .execution-plan {
|
.eps-container .execution-plan {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
|
min-width: 470px;
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@@ -68,7 +69,7 @@ However we always want it to be the width of the container it is resizing.
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 470px;
|
width: 420px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* input bar styling in search node action view */
|
/* input bar styling in search node action view */
|
||||||
@@ -83,6 +84,10 @@ However we always want it to be the width of the container it is resizing.
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.eps-container .execution-plan .plan .plan-action-container .search-node-widget .input {
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Custom zoom action view */
|
/* Custom zoom action view */
|
||||||
.eps-container .execution-plan .plan .plan-action-container .custom-zoom-view {
|
.eps-container .execution-plan .plan .plan-action-container .custom-zoom-view {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user