mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-01-19 02:48:06 +00:00
Smarter CSS to fix Mobile alignment
This commit is contained in:
parent
348c5ec995
commit
24664cde2c
1 changed files with 3 additions and 3 deletions
|
@ -346,9 +346,9 @@ textarea.form-control {
|
||||||
&.active {
|
&.active {
|
||||||
background-color: #cdf8f4;
|
background-color: #cdf8f4;
|
||||||
}
|
}
|
||||||
// Removes margin to line up tags list with uptime percentage
|
.tags {
|
||||||
.tags, .tag-wrapper:first-child {
|
// Removes margin to line up tags list with uptime percentage
|
||||||
margin-left: 0 !important;
|
margin-left: -0.25rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue