1
0
Fork 0
mirror of synced 2024-09-09 22:27:06 +12:00
appwrite/public/styles/comps/events.less

16 lines
321 B
Text
Raw Normal View History

2022-05-04 22:54:34 +12:00
.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;
}
}
}