0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

style(console): align resource icon with resource name (#5694)

This commit is contained in:
Xiao Yijun 2024-04-15 10:04:23 +08:00 committed by GitHub
parent d1c5526a0f
commit ca647a1b44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,5 +8,7 @@
width: 16px;
height: 16px;
margin-right: _.unit(1);
// Align icon with text
vertical-align: text-bottom;
}
}