Skip to content

Commit

Permalink
Fixed RWD comments
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
brandonkelly committed Aug 12, 2022
1 parent bf4b811 commit 1c7f4ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/web/assets/cp/dist/cp.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
Base.js, version 1.1a
Copyright 2006-2010, Dean Edwards
License: http://www.opensource.org/licenses/mit-license.php
*/
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/css/cp.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/web/assets/cp/src/css/_cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ li.breadcrumb-toggle-wrapper {
}
}

// 2 cols for 712 - 1536px
// 2 cols for 500 - 1535px
@media only screen and (min-width: 500px) and (max-width: $minXlUiWidth - 1px) {
&.width-25,
&.width-50 {
Expand All @@ -1597,7 +1597,7 @@ li.breadcrumb-toggle-wrapper {
& > :not(h2):not(hr):not(.line-break) {
&,
&:last-child {
// 2 cols for >= 712px
// 2 cols for >= 1536px
@media only screen and (min-width: $minXlUiWidth) {
&.width-25,
&.width-50 {
Expand Down

0 comments on commit 1c7f4ee

Please sign in to comment.