Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1561)

Unified Diff: sky/framework/elements/sky-toolbar.sky

Issue 1061163002: Remove all uses of display:block and display:inline-block. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update one more usage Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sky/framework/elements/sky-toolbar.sky
diff --git a/sky/framework/elements/sky-toolbar.sky b/sky/framework/elements/sky-toolbar.sky
index 494295bf01b30432a008be9ca89141bad9f1811d..093719d60fa03e7891df961b40dffd7c5c9ece32 100644
--- a/sky/framework/elements/sky-toolbar.sky
+++ b/sky/framework/elements/sky-toolbar.sky
@@ -11,6 +11,7 @@
<style>
:host {
display: flex;
+ flex-direction: row;
align-items: center;
height: 56px;
}

Powered by Google App Engine
This is Rietveld 408576698