Skip to content

Commit aa243e5

Browse files
OrKoNDevtools-frontend LUCI CQ
authored andcommitted
Fix feedback form input width
UserActionRow relies on the box-sizing: border-box but does not set it itself and width: 100% depends on the box-sizing. Auto width makes it not dependent on box-sizing. Bug: none Change-Id: I58e80431d0049e4861b9b94fb0a74d2790925a3b Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6343234 Reviewed-by: Ergün Erdoğmuş <[email protected]> Auto-Submit: Alex Rudenko <[email protected]> Commit-Queue: Alex Rudenko <[email protected]>
1 parent 1ce6ca6 commit aa243e5

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
@@ -94,6 +94,7 @@
9494
height: var(--sys-size-11);
9595
padding: 0 var(--sys-size-5);
9696
background-color: var(--sys-color-surface3);
97+
width: auto;
9798
}
9899

99100
.feedback-input::placeholder {

0 commit comments

Comments
 (0)