Skip to content

Commit

Permalink
(simatec) Fix Tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
simatec authored Sep 25, 2024
1 parent 4b71743 commit 13a3b3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
/* Styling for small Screen (Responsive) */
@media screen and (max-width: 768px) {
.m .tabs .tab {
width: auto !important;
margin: 0 5px !important;
}

.m .tabs .tab a {
Expand All @@ -204,6 +204,7 @@
word-wrap: break-word;
text-align: center;
align-items: center;
justify-content: center;
line-height: 1.2;
}

Expand Down

0 comments on commit 13a3b3a

Please sign in to comment.