1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-22 19:15:59 +00:00

ui: Implement clear button on monitor

This commit is contained in:
James Hillyerd
2019-01-01 14:45:25 -08:00
parent 8e04ce1fec
commit 9815a66575
2 changed files with 28 additions and 9 deletions

View File

@@ -538,6 +538,16 @@ nav.tab-bar a.active:hover {
/** MONITOR **/
.monitor-header {
display: flex;
width: 100%;
}
.monitor-description {
display: inline-block;
margin-right: auto;
}
.monitor {
border-collapse: collapse;
width: 100%;