Skip to content

Commit

Permalink
fix tiny alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Mar 26, 2024
1 parent e696d96 commit 88d45ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/bands.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,17 @@
}

.drag-button-container {
box-sizing: border-box;
width: fit-content;
font-size: medium;
border: 1px solid rgb(88, 88, 88);
margin: 3px 4px;
height: 25px;
overflow: hidden;
display: flex;
flex-direction: row;
flex-wrap: no-wrap;
align-items: center;
border: 1px solid rgb(88, 88, 88);
border-radius: 4px;
}

Expand Down

0 comments on commit 88d45ec

Please sign in to comment.