Commit d7e04a27 authored by Yann Dago's avatar Yann Dago Committed by Commit Bot

Policy webUI: set minimum width for policy search field

Bug: 1045887
Change-Id: Iee367ff529aaa268aa0a558f13c3727c29f67880
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036397Reviewed-by: default avatarSergey Poromov <poromov@chromium.org>
Commit-Queue: Yann Dago <ydago@chromium.org>
Cr-Commit-Position: refs/heads/master@{#738185}
parent c0d8b7ec
...@@ -135,11 +135,15 @@ body > header { ...@@ -135,11 +135,15 @@ body > header {
height: 56px; height: 56px;
} }
.sshow-unset-checkbox, .show-unset-checkbox,
.search-field-container { .search-field-container {
margin-inline-start: auto; margin-inline-start: auto;
} }
.search-field-container {
flex: 0 1 200px;
}
.no-policy:not([hidden]) { .no-policy:not([hidden]) {
display: flex; display: flex;
justify-content: center; justify-content: center;
......
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