-
-
Notifications
You must be signed in to change notification settings - Fork 781
Labels
pending triageThe issue/PR is currently untouched.The issue/PR is currently untouched.teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.
Description
System Info
Details
@media screen and (max-width: 1440px) {
.k-common-quick-access-item {
margin-right: 12px;
margin-bottom: 12px;
width: calc((100% - 24px) / 3);
&:nth-child(6n - 1) {
margin-right: 0px;
}
}
}
@media screen and (min-width: 1440px) and(max-width: 1920px) {
.k-common-quick-access-item {
margin-right: 12px;
margin-bottom: 12px;
width: calc((100% - 36px) / 4);
&:nth-child(8n - 1) {
margin-right: 0px;
}
}
}
@media screen and (min-width: 1920px) {
.k-common-quick-access-item {
margin-right: 12px;
margin-bottom: 12px;
width: calc((100% - 48px) / 5);
&:nth-child(10n - 1) {
margin-right: 0px;
}
}
}Reproduce link
No response
Reproduce Steps
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pending triageThe issue/PR is currently untouched.The issue/PR is currently untouched.teamThe issue/pr is created by the member of Rspack.The issue/pr is created by the member of Rspack.