1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Simplify some DND style rules

This commit is contained in:
Andrew Kingston 2021-09-21 08:47:43 +01:00
parent ee2e2799d9
commit c89e198bf8

View file

@ -70,18 +70,18 @@
justify-content: flex-start;
align-items: center;
}
.text.line {
transform: translateY(-50%);
border-radius: 4px;
}
.text.flipped {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
transform: translateY(0%);
top: -2px;
}
.text.line {
transform: translateY(-50%) !important;
border-radius: 4px !important;
}
.text.right {
right: -2px !important;
left: auto !important;
right: -2px;
left: auto;
}
</style>