Skip to content

Commit 551ac1e

Browse files
wolfibDevtools-frontend LUCI CQ
authored andcommitted
Fix whitespace around suggestions and thumbs-up/down buttons
Make the thumbs-up/down buttons take up the same amount of vertical space as the suggestions, to prevent the height of the entire row from jumping when the suggestions are being removed. Bug: 364306228 Change-Id: Ic66ebd5b48393e32dcfb112972a98577f9ec7080 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6305804 Auto-Submit: Wolfgang Beyer <[email protected]> Reviewed-by: Ergün Erdoğmuş <[email protected]> Commit-Queue: Ergün Erdoğmuş <[email protected]>
1 parent 24da5c3 commit 551ac1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

front_end/panels/ai_assistance/components/userActionRow.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
display: flex;
1818
align-items: center;
1919
gap: var(--sys-size-2);
20+
padding: var(--sys-size-4) 0;
2021
}
2122

2223
.vertical-separator {

0 commit comments

Comments
 (0)