From 3e1e5fc986d1ca0b06cce9cc893f8b212465f4e2 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 14 Feb 2019 22:49:13 -0500 Subject: [PATCH] [frio] Use text-align instead of flex display for submit buttons --- view/theme/frio/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 1caaba9b9..83e180498 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2050,8 +2050,7 @@ code > .hl-main { } .comment-edit-submit-wrapper { - display: flex; - justify-content: flex-end; + text-align: right; } .comment-icon-list {