Skip to content

Commit 1a6e6a9

Browse files
committed
#RIVS-288 - [Regression] TTL column not visible for small width of key details
1 parent 562e0f6 commit 1a6e6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/src/components/virtual-table/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ $borderColor: var(--vscode-tree-tableColumnsBorder);
118118
}
119119

120120
:global(.key-details-table) {
121-
@apply relative;
121+
@apply relative w-full;
122122
:global(.ReactVirtualized__Table__row) {
123123
font-size: 13px;
124124

0 commit comments

Comments
 (0)