Skip to content

Commit

Permalink
fix: center again vertically
Browse files Browse the repository at this point in the history
ref: 2318
  • Loading branch information
shaman-apprentice committed Nov 21, 2021
1 parent 913d72f commit f9f2419
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
cc-attribute-type-selector {
display: inline-block;
background-color: white;
border-radius: 12px;

.menu-button {
height: 24px;
width: 24px;
min-width: 0 !important;
background-color: white;
border-radius: 16px;
padding: 0;

&:hover {
Expand All @@ -15,7 +15,7 @@ cc-attribute-type-selector {

.symbol {
position: absolute;
top: -6px;
top: -7px;
left: 8px;
}
}
Expand Down

0 comments on commit f9f2419

Please sign in to comment.