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

Unified Diff: sky/framework/editing/editable_text.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/editing/editable_text.dart
diff --git a/sky/framework/editing/editable_text.dart b/sky/framework/editing/editable_text.dart
index ae493e26538e503c25b0d0e44daf514599c46f65..384c1b45f61b6a386b70e4d7f627f6268ff5ef6e 100644
--- a/sky/framework/editing/editable_text.dart
+++ b/sky/framework/editing/editable_text.dart
@@ -13,7 +13,7 @@ class EditableText extends Component {
);
static final Style _cusorStyle = new Style('''
- display: inline-block;
+ display: inline-flex;
width: 2px;
height: 1.2em;
vertical-align: top;

Powered by Google App Engine
This is Rietveld 408576698