css fix
This commit is contained in:
@@ -30,12 +30,16 @@ div.list-kanban > div > table {
|
||||
.create-button {
|
||||
float: right;
|
||||
position: relative;
|
||||
right: 10px;
|
||||
right: var(--10px);
|
||||
color: var(--text-white-color);
|
||||
&:hover,
|
||||
&:active {
|
||||
color: var(--text-white-color);
|
||||
}
|
||||
|
||||
> .fas {
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
border-radius: var(--border-radius);
|
||||
|
||||
Reference in New Issue
Block a user