Commit 10ff5b5c authored by Hector Carmona's avatar Hector Carmona Committed by Commit Bot

History WebUI: Fix regression that flipped checkboxes in RTL.

Bug: 821736
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I849ddd15a632309e09c8fec627832c41b0d39abb
Reviewed-on: https://chromium-review.googlesource.com/1014623
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Reviewed-by: default avatarDemetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551454}
parent 013586ed
......@@ -71,6 +71,7 @@
height: 40px;
margin: 0;
padding: 0;
transform: none; /* Checkboxes shouldn't flip even in RTL. */
width: 40px;
}
......
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