mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-12-28 20:51:19 +00:00
Prevent overflowing whitespace further then 100%
This commit is contained in:
@@ -90,7 +90,7 @@ hr {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
background-color: var(--green);
|
background-color: var(--green);
|
||||||
position: relative;
|
position: unset;
|
||||||
transition: transform 0.1s ease;
|
transition: transform 0.1s ease;
|
||||||
}
|
}
|
||||||
.event:first-of-type {
|
.event:first-of-type {
|
||||||
|
|||||||
Reference in New Issue
Block a user