Commit 907f20ac authored by Esmael El-Moslimany's avatar Esmael El-Moslimany Committed by Commit Bot

MD Extensions: remove separator from extensions card

Bug: 842002
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: Id343156de4540c33d1db130c9260e9b3fc861ddc
Reviewed-on: https://chromium-review.googlesource.com/1055818Reviewed-by: default avatarScott Chen <scottchen@chromium.org>
Commit-Queue: Esmael El-Moslimany <aee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#558098}
parent a5f5f164
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
#main { #main {
display: flex; display: flex;
flex: 1; flex: 1;
padding: 16px 20px 17px; padding: 16px 20px;
} }
#content { #content {
...@@ -141,7 +141,6 @@ ...@@ -141,7 +141,6 @@
#button-strip { #button-strip {
/* Avoid ripple from overlapping container. */ /* Avoid ripple from overlapping container. */
-webkit-margin-end: 20px; -webkit-margin-end: 20px;
border-top: var(--cr-separator-line);
box-sizing: border-box; box-sizing: border-box;
flex-shrink: 0; flex-shrink: 0;
height: var(--cr-section-min-height); height: var(--cr-section-min-height);
......
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