Smarter CSS to fix Mobile alignment
This commit is contained in:
parent
348c5ec995
commit
24664cde2c
|
@ -346,9 +346,9 @@ textarea.form-control {
|
|||
&.active {
|
||||
background-color: #cdf8f4;
|
||||
}
|
||||
// Removes margin to line up tags list with uptime percentage
|
||||
.tags, .tag-wrapper:first-child {
|
||||
margin-left: 0 !important;
|
||||
.tags {
|
||||
// Removes margin to line up tags list with uptime percentage
|
||||
margin-left: -0.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue