Commit 2b01fd98 authored by Scott Chen's avatar Scott Chen Committed by Commit Bot

Extensions: fix navigation long text layout

Bug: 817713
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I8c2723eb80a9301e74048df4e2b1e65a03b8ea61
Reviewed-on: https://chromium-review.googlesource.com/943523Reviewed-by: default avatarHector Carmona <hcarmona@chromium.org>
Commit-Queue: Scott Chen <scottchen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541191}
parent 7db1603c
...@@ -34,10 +34,11 @@ ...@@ -34,10 +34,11 @@
/* Ensure the focus outline appears correctly (crbug.com/655503). */ /* Ensure the focus outline appears correctly (crbug.com/655503). */
-webkit-margin-end: 4px; -webkit-margin-end: 4px;
-webkit-padding-start: 24px; -webkit-padding-start: 24px;
align-items: center;
color: inherit; color: inherit;
display: block; display: flex;
font-weight: 500; font-weight: 500;
line-height: 40px; min-height: 40px;
position: relative; position: relative;
text-decoration: none; text-decoration: none;
} }
......
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