Commit dd381a1b authored by Kyle Horimoto's avatar Kyle Horimoto Committed by Commit Bot

[CrOS Settings] Make "Note-taking app" select wider.

This fixes an issue where the app name can be truncated if it is a very
long string.

Bug: b/146928018
Change-Id: Ic9831ef42342890d290c9a2b2f09a8d8ecad3cf6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033920
Auto-Submit: Kyle Horimoto <khorimoto@chromium.org>
Commit-Queue: James Cook <jamescook@chromium.org>
Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738304}
parent 8d04e21c
...@@ -27,6 +27,10 @@ ...@@ -27,6 +27,10 @@
padding: 0 var(--cr-controlled-by-spacing); padding: 0 var(--cr-controlled-by-spacing);
} }
#selectApp {
width: 400px;
}
#note-taking-app-lock-screen-settings { #note-taking-app-lock-screen-settings {
padding: 0 var(--cr-section-padding); padding: 0 var(--cr-section-padding);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment