Minor UI error – Server Uptime Clock on Dashboard
-
hi, found minor UI error. The clock is getting out of it’s container.
flipclock.min.css
.flip-clock-wrapper {
text-align: center;
position: relative;
width: 100%;
margin: 1em;
}Server Uptime – FIX the margin
.flip-clock-wrapper {
margin: 1em 0;
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Minor UI error – Server Uptime Clock on Dashboard’ is closed to new replies.