Files
watcher/Watcher/wwwroot/css/databases.css
2025-09-12 11:50:04 +02:00

14 lines
164 B
CSS

.dumptable {
width: 100%;
border: .2rem solid;
margin: 1rem;
padding: 1rem
}
.dumptable thead {
margin: 1rem;
border: .2rem solid;
}