commit 9d81d81: [Minor] Restore custom sizing class

moisseev moiseev at mezonplus.ru
Thu Jul 2 09:00:08 UTC 2020


Author: moisseev
Date: 2020-07-02 10:43:33 +0300
URL: https://github.com/rspamd/rspamd/commit/9d81d8153a2cb13fc4af7daaddd56608277f116d

[Minor] Restore custom sizing class

---
 interface/css/rspamd.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css
index 8d36f0242..3e101f580 100644
--- a/interface/css/rspamd.css
+++ b/interface/css/rspamd.css
@@ -58,6 +58,9 @@ body {
 fieldset[disabled] .btn {
     cursor: not-allowed;
 }
+.w-1 {
+    width: 1%;
+}
 
 /* Tweak FooTable for Bootstrap 4 */
 .footable .dropdown-toggle::after {


More information about the Commits mailing list