1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-04-11 11:19:56 +02:00

set min-height on empty date to allow click (#2466)

This commit is contained in:
Scott Bishel 2022-03-09 08:44:30 -07:00 committed by GitHub
parent f9cef8e4a0
commit 20fe19a50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,7 @@
}
&.empty .Button {
min-height: 24px;
color: rgba(var(--center-channel-color-rgb), 0.4);
padding: 0 3px;
}