Commit e4b953bc authored by Dave Schuyler's avatar Dave Schuyler Committed by Commit Bot

[cr webui] cr-link-row align text to start

This CL is a CSS only change that aligns text labels in cr-link-row
elements to the start (rather than centering the text).

Bug: 768751
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I6d95194f8b14bb4da559ab7f095b2efcc21af0b3
Reviewed-on: https://chromium-review.googlesource.com/685536Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Dave Schuyler <dschuyler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#504498}
parent 0b7f753c
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
#labelWrapper { #labelWrapper {
flex: 1; flex: 1;
flex-basis: 0.000000001px; flex-basis: 0.000000001px;
text-align: start;
} }
#outer { #outer {
......
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