diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index f3d51217f019b32eecb561f9309c790cf3b3c377..7b5f21a289e0479b48e9f2e0df5b30595e823c64 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -1408,7 +1408,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
 			align-items: center;
 			/* let's define the column until storage path,
 			   what follows will be manually defined  */
-			grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr)) 44px;
+			grid-template-columns: 44px minmax(150px, 1fr) repeat(auto-fit, minmax(120px, 1fr));
 			border-top: var(--color-border) 1px solid;
 			&.disabled {
 				opacity: .5;