Commit 72d61b42 authored by Erik Luo's avatar Erik Luo Committed by Commit Bot

DevTools: fix style of blackbox list and workspace labels

Screenshot: https://imgur.com/a/d5iLM

Bug: 771931
Change-Id: I8b3abd912cedfcc74f9deff87c9e5885cfc26678
Reviewed-on: https://chromium-review.googlesource.com/777841Reviewed-by: default avatarAndrey Lushnikov <lushnikov@chromium.org>
Commit-Queue: Erik Luo <luoe@chromium.org>
Cr-Commit-Position: refs/heads/master@{#519883}
parent 5d697e94
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
} }
.file-system-header-text { .file-system-header-text {
flex: auto; flex: 1 0 auto;
} }
.add-button { .add-button {
......
...@@ -61,6 +61,7 @@ ...@@ -61,6 +61,7 @@
.blackbox-pattern { .blackbox-pattern {
flex: auto; flex: auto;
min-width: 100px;
} }
.blackbox-list-item.blackbox-disabled .blackbox-pattern { .blackbox-list-item.blackbox-disabled .blackbox-pattern {
......
...@@ -113,6 +113,7 @@ fieldset { ...@@ -113,6 +113,7 @@ fieldset {
.settings-tab label { .settings-tab label {
padding-right: 4px; padding-right: 4px;
display: inline-flex; display: inline-flex;
flex-shrink: 0;
} }
#general-tab-content .help-block fieldset legend { #general-tab-content .help-block fieldset legend {
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
position: relative; position: relative;
overflow: hidden;
} }
.list-item:hover { .list-item:hover {
......
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