File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
redisinsight/ui/src/pages
vector-search/components/commands-view/CommandsView
workbench/components/wb-results/WBResults Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5
5
background-color : var (--euiColorEmptyShade );
6
6
border : 1px solid var (--euiColorLightShade );
7
7
border-radius : var (--border-radius-medium );
8
+ // HACK: to fix rectangle like view in rounded borders wrapper
9
+ padding-bottom : var (--border-radius-medium );
8
10
9
11
display : flex ;
10
12
flex-direction : column ;
Original file line number Diff line number Diff line change 5
5
background-color : var (--euiColorEmptyShade );
6
6
border : 1px solid var (--euiColorLightShade );
7
7
border-radius : var (--border-radius-medium );
8
+ // HACK: to fix rectangle like view in rounded borders wrapper
9
+ padding-bottom : var (--border-radius-medium );
8
10
9
11
display : flex ;
10
12
flex-direction : column ;
You can’t perform that action at this time.
0 commit comments