relay/relay/frontend/style/home.css
2024-03-02 17:36:44 -05:00

16 lines
195 B
CSS

#instances table {
width: 100%;
}
#instances .instance {
width: 100%;
}
#instances .date {
width: max-content;
text-align: right;
}
#instances thead td {
text-align: center !important;
}