From 456cdb2f541c53b49ba8208abc79c013d63f9c40 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 19 Dec 2019 15:05:49 +0200 Subject: [PATCH] Fix save button style in topic edit --- client/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/css/style.css b/client/css/style.css index e10f2023..1e979a1f 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1039,6 +1039,7 @@ textarea.input { justify-content: center; align-items: center; cursor: pointer; + appearance: none; } .topic-container .save-topic span:hover {