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

Unified Diff: sky/framework/components/action_bar.dart

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/components/action_bar.dart
diff --git a/sky/framework/components/action_bar.dart b/sky/framework/components/action_bar.dart
index 069e7031ae63f4d6e8ffb28ad05e14d6273b24b5..0e34fbaeefca3171165daa3d14c41e1c61e7982b 100644
--- a/sky/framework/components/action_bar.dart
+++ b/sky/framework/components/action_bar.dart
@@ -9,6 +9,7 @@ import 'material.dart';
class ActionBar extends Component {
static final Style _style = new Style('''
display: flex;
+ flex-direction: row;
align-items: center;
height: 56px;
padding: 0 8px;

Powered by Google App Engine
This is Rietveld 408576698