Skip to content

Commit bdec34a

Browse files
committed
add this as well
1 parent d8490aa commit bdec34a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

redisinsight/ui/src/pages/vector-search/components/commands-view/CommandsView/styles.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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);
810

911
display: flex;
1012
flex-direction: column;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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);
810

911
display: flex;
1012
flex-direction: column;

0 commit comments

Comments
 (0)