Skip to content

Commit

Permalink
[qa] Minor qa fixes in admin css
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 16, 2024
1 parent 2196a37 commit 7cb2929
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openwisp_utils/admin_theme/static/admin/css/openwisp.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ div#main-content table tbody td {
vertical-align: middle;
font-size: 14px;
}

#main-content .breadcrumbs {
font-size: 15px;
}
Expand Down Expand Up @@ -1040,8 +1039,8 @@ div.calendar-shortcuts a:hover {
}
}

/*********** Selector fix ***********/
@media (max-width: 1226px) and (min-width: 1024px) {
/*********** Selector fix ***********/
.related-widget-wrapper > a {
order: 2;
}
Expand Down Expand Up @@ -1077,7 +1076,6 @@ div#container.no-auth,
min-height: unset;
}
#container.no-auth #main-content {
/* width: auto; */
margin-left: 0;
}
#container.no-auth #site-name {
Expand Down

0 comments on commit 7cb2929

Please sign in to comment.