]> git.mxchange.org Git - friendica.git/commitdiff
[frio] Use text-align instead of flex display for submit buttons
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 15 Feb 2019 03:49:13 +0000 (22:49 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 15 Feb 2019 03:49:13 +0000 (22:49 -0500)
view/theme/frio/css/style.css

index 1caaba9b9ddcf95d4146f58f6e629f8628f71de0..83e18049858531b5657e91ed5ca353a72b2d5f62 100644 (file)
@@ -2050,8 +2050,7 @@ code > .hl-main {
 }
 
 .comment-edit-submit-wrapper {
-    display: flex;
-    justify-content: flex-end;
+    text-align: right;
 }
 
 .comment-icon-list {