Commit b2a46c5a authored by Tim van der Lippe's avatar Tim van der Lippe Committed by Chromium LUCI CQ

Fix port forwarding checkbox alignment for large font sizes

If users set a large font, the checkbox would no longer be aligned.
Therefore, we need to force the alignment of the checkbox with the text,
to make sure it works for all font sizes.

R=yangguo@chromium.org

Fixed: 1168996
Change-Id: I526e9e3a623594ef5a1547fd133b54e17d866c5f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643725
Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Reviewed-by: default avatarYang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#846147}
parent a2a78f1a
...@@ -335,6 +335,7 @@ dialog.config { ...@@ -335,6 +335,7 @@ dialog.config {
} }
.port-forwarding-container { .port-forwarding-container {
align-items: center;
display: flex; display: flex;
} }
......
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