close #2662 Fixed: Parent&Child category assign issue

This commit is contained in:
Cüneyt Şentürk
2022-10-10 17:56:42 +03:00
parent ea5ce7f02b
commit 4021f4d2d4
3 changed files with 6 additions and 9 deletions

8
public/css/app.css vendored
View File

@ -50034,10 +50034,6 @@ body{
width: 20rem;
}
.lg\:w-9{
width: 2.25rem;
}
.lg\:w-8\/12{
width: 66.666667%;
}
@ -50106,6 +50102,10 @@ body{
width: 75%;
}
.lg\:w-9{
width: 2.25rem;
}
.lg\:max-w-7xl{
max-width: 80rem;
}