mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Smarter CSS to fix Mobile alignment
This commit is contained in:
parent
348c5ec995
commit
24664cde2c
@ -346,9 +346,9 @@ textarea.form-control {
|
|||||||
&.active {
|
&.active {
|
||||||
background-color: #cdf8f4;
|
background-color: #cdf8f4;
|
||||||
}
|
}
|
||||||
|
.tags {
|
||||||
// Removes margin to line up tags list with uptime percentage
|
// Removes margin to line up tags list with uptime percentage
|
||||||
.tags, .tag-wrapper:first-child {
|
margin-left: -0.25rem;
|
||||||
margin-left: 0 !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user