0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 15:42:38 +00:00

Fix snippet hover highlight not full button width

This commit is contained in:
Trevor Buckner
2023-02-07 10:20:43 -05:00
parent d02fcc9252
commit 051fdbbc60
2 changed files with 6 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
background-color : #ddd;
.snippet{
.animate(background-color);
width : max-content;
min-width : max-content;
padding : 5px;
cursor : pointer;
font-size : 10px;