1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-09 16:42:48 +00:00
Files
go-discord-bot/client/app/scss/table.scss

21 lines
218 B
SCSS

.table {
width: 100%;
thead {
text-align: left;
}
td,
th {
padding: 10px 5px;
}
}
.table--ellipsis {
td,
th {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
}