Commit aa243e5
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
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments