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

Unified Diff: sky/examples/stocks/lib/stock_arrow.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/examples/stocks/lib/stock_arrow.dart
diff --git a/sky/examples/stocks/lib/stock_arrow.dart b/sky/examples/stocks/lib/stock_arrow.dart
index 9ca249a4a9e04fe8429ee284d7c63a2fe94efb48..78a4b66ee7d579a8565ee3da52bd10a0d5d9ec28 100644
--- a/sky/examples/stocks/lib/stock_arrow.dart
+++ b/sky/examples/stocks/lib/stock_arrow.dart
@@ -10,6 +10,7 @@ class StockArrow extends Component {
width: 40px;
height: 40px;
display: flex;
+ flex-direction: row;
align-items: center;
justify-content: center;
border-radius: 40px;

Powered by Google App Engine
This is Rietveld 408576698