mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 13:19:44 +02:00
fix: Add clearfix and missing id property
This commit is contained in:
parent
3b8bec5743
commit
5d53f44fe8
2 changed files with 7 additions and 1 deletions
|
@ -101,6 +101,12 @@
|
|||
|
||||
.wrapper {
|
||||
padding: 6px 8px 0;
|
||||
|
||||
&:after {
|
||||
clear: both;
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
}
|
||||
|
||||
:global(.card):hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue