mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
Fixed filter-dropdown-menu: forgotten dots
Fixed filter-dropdown-menu: forgotten dots for correct classes
This commit is contained in:
parent
ac67f2296c
commit
2913fad19c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export default {
|
|||
@import "../assets/app.scss";
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
header-filter > div > .dropdown:last-of-type > filter-dropdown-menu{
|
||||
.header-filter > div > .dropdown:last-of-type > .filter-dropdown-menu {
|
||||
left: auto;
|
||||
right: 0;
|
||||
max-width: 80vw;
|
||||
|
|
Loading…
Add table
Reference in a new issue