1
0
Fork 0
mirror of synced 2024-07-09 00:16:13 +12:00
appwrite/public/styles/comps/events.less
Torsten Dittmann 6f2bdb527a fix ui
2022-05-08 15:09:08 +02:00

20 lines
372 B
Plaintext

.events.row {
border-bottom: solid 1px var(--config-color-fade-super);
.col {
span.text {
display: inline-block;
width: calc(100% - 28px);
word-break: break-all;
}
span.action {
.pull-end;
cursor: pointer;
}
}
&:last-child {
border-bottom: none;
}
}