Improve database card style (#16403)

This commit is contained in:
Jeffrey Chen 2025-11-21 10:09:07 +08:00 committed by GitHub
parent bd348d3130
commit 26042c59ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -276,7 +276,6 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: relative; position: relative;
min-height: 40px;
&::before { &::before {
transition: background 100ms ease-out; transition: background 100ms ease-out;
@ -379,7 +378,7 @@
flex: 1; flex: 1;
white-space: nowrap; white-space: nowrap;
font-size: 85%; font-size: 85%;
min-height: 23px; min-height: calc(1.625em + 4px);
padding: 5px 4px; padding: 5px 4px;
&:hover { &:hover {