Skip to content

Commit 5deb3c5

Browse files
authored
fix: definition list layout (#3131)
1 parent ba3e2a8 commit 5deb3c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/containers/App/App.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,7 @@ body,
141141
.ydb-popover {
142142
padding: var(--g-spacing-4);
143143
}
144+
145+
.g-definition-list__copy-container {
146+
align-items: baseline;
147+
}

0 commit comments

Comments
 (0)