fix: css
This commit is contained in:
parent
83015f4c96
commit
e5a6b2cd13
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,4 +130,5 @@ dist
|
|||||||
.pnp.*
|
.pnp.*
|
||||||
|
|
||||||
# ignore css
|
# ignore css
|
||||||
|
public/assets/css/main.css
|
||||||
public/assets/css/main.css.map
|
public/assets/css/main.css.map
|
@ -0,0 +1,3 @@
|
|||||||
|
.list-wrap li > a {
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
@ -16148,8 +16148,4 @@ table.dashboard-table.table-log th {
|
|||||||
background: #eab308;
|
background: #eab308;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-wrap li > a {
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*# sourceMappingURL=main.css.map */
|
/*# sourceMappingURL=main.css.map */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user