From 05dbfe261af282f511f12388c730425e69fe26fa Mon Sep 17 00:00:00 2001 From: Simon Plakolb Date: Thu, 20 Oct 2022 10:34:20 +0200 Subject: [PATCH] style: Revert set default minimal width of buttons to zero #1737 --- resources/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/style.css b/resources/style.css index ae6e496d..40d870af 100644 --- a/resources/style.css +++ b/resources/style.css @@ -40,8 +40,6 @@ button { /* Avoid rounded borders under each button name */ border: none; border-radius: 0; - /* https://github.com/Alexays/Waybar/issues/1731 */ - min-width: 0; } /* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */