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