Skip to content

Commit d848662

Browse files
committed
fix: miglioria classe no-wrap per desktop
1 parent 749a3ff commit d848662

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

assets/src/css/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1774,13 +1774,15 @@ body:not(.sidebar-collapse) .sidebar .nav-treeview .nav-treeview .nav-link {
17741774
}
17751775

17761776

1777-
17781777
@media (min-width: 1140px) {
17791778
.modal-lg {
17801779
max-width: 60vw;
17811780
}
1782-
}
17831781

1782+
.text-nowrap {
1783+
white-space: normal !important;
1784+
}
1785+
}
17841786

17851787

17861788
/*

0 commit comments

Comments
 (0)