mirror of
https://github.com/plankanban/planka.git
synced 2025-07-23 15:19:44 +02:00
12 lines
143 B
CSS
12 lines
143 B
CSS
|
.button {
|
||
|
float: right;
|
||
|
height: 32px;
|
||
|
line-height: 20px;
|
||
|
margin-top: -2px;
|
||
|
padding: 6px 12px;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
display: inline-block;
|
||
|
}
|