This commit is contained in:
Val 2025-06-06 17:13:22 +07:00
parent 83015f4c96
commit e5a6b2cd13
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -130,4 +130,5 @@ dist
.pnp.*
# ignore css
public/assets/css/main.css
public/assets/css/main.css.map

View File

@ -0,0 +1,3 @@
.list-wrap li > a {
white-space: nowrap;
}

View File

@ -16148,8 +16148,4 @@ table.dashboard-table.table-log th {
background: #eab308;
}
.list-wrap li > a {
white-space: nowrap;
}
/*# sourceMappingURL=main.css.map */