1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-05 13:35:27 +02:00

fix: Add missing border radius

This commit is contained in:
Maksim Eltyshev 2022-08-26 02:47:43 +02:00
parent cece2254d7
commit 212fb8ac8c

View file

@ -1,6 +1,7 @@
:global(#app) { :global(#app) {
.action { .action {
border: none; border: none;
border-radius: 0.28571429rem;
display: inline-block; display: inline-block;
height: 36px; height: 36px;
overflow: hidden; overflow: hidden;