We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73e2e6 commit 58b6234Copy full SHA for 58b6234
redisinsight/ui/src/pages/workbench/components/wb-results/WBResults/styles.module.scss
@@ -1,12 +1,10 @@
1
.wrapper {
2
flex: 1;
3
- height: calc(100% - var(--border-radius-medium));
4
width: 100%;
+ height: 100%;
5
background-color: var(--euiColorEmptyShade);
6
border: 1px solid var(--euiColorLightShade);
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);
10
11
display: flex;
12
flex-direction: column;
0 commit comments