Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 02c32d1

Browse files
authored
Change textarea width to be the the same as the other inputs and only allow vertical resizing (#19182)
1 parent 0302a6d commit 02c32d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

chromium/pages/options/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,9 @@ img.remove{
146146
}
147147

148148
textarea.update-channel-jwk {
149-
width: 380px;
149+
width: 367px;
150150
height: 250px;
151+
resize: vertical;
151152
}
152153

153154
input.update-channel-path-prefix, input.update-channel-scope {

0 commit comments

Comments
 (0)