From e8a37ba7cf7cc529bece176e4bed15b5333b1ab7 Mon Sep 17 00:00:00 2001 From: Aymane Date: Wed, 30 Aug 2023 22:37:51 +0100 Subject: [PATCH] Fix tags adding --- dashboard/static/dashboard/css/volt.css | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/static/dashboard/css/volt.css b/dashboard/static/dashboard/css/volt.css index ba730e4..33652ea 100755 --- a/dashboard/static/dashboard/css/volt.css +++ b/dashboard/static/dashboard/css/volt.css @@ -30338,7 +30338,6 @@ textarea { width: 100%; /* occupy full width of the container */ padding: 10px 15px; /* top/bottom, left/right padding */ margin-bottom: 15px; /* spacing between each input field */ - border: 1px solid #ccc; /* light gray border */ border-radius: 4px; /* slightly rounded corners */ font-size: 16px; /* accessible font size */ transition: border-color 0.3s ease; /* smooth transition for border color changes */