Skip to content

Commit 58b6234

Browse files
dantovskavalkirilov
authored andcommitted
RI-7843: remove workbench panel space (#5272)
1 parent c73e2e6 commit 58b6234

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

redisinsight/ui/src/pages/workbench/components/wb-results/WBResults/styles.module.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
.wrapper {
22
flex: 1;
3-
height: calc(100% - var(--border-radius-medium));
43
width: 100%;
4+
height: 100%;
55
background-color: var(--euiColorEmptyShade);
66
border: 1px solid var(--euiColorLightShade);
77
border-radius: var(--border-radius-medium);
8-
// HACK: to fix rectangle like view in rounded borders wrapper
9-
padding-bottom: var(--border-radius-medium);
108

119
display: flex;
1210
flex-direction: column;

0 commit comments

Comments
 (0)