give stat-panel a min width

This commit is contained in:
Phillip Thelen 2024-11-08 12:19:22 +01:00
parent 6199101647
commit 82a76ad124

View File

@ -452,5 +452,6 @@
.stat-panel:nth-child(4),
.stat-panel:nth-child(5) {
flex: 0.8; /* Storage, System, and Network: less space */
min-width: 125px;
}
</style>