Skip to content

Commit

Permalink
Hide the instance selector label on narrow screens. This should impro…
Browse files Browse the repository at this point in the history
…ve the UX of crowded tabs since the appearance of the Schema tab.
  • Loading branch information
oleq committed May 24, 2022
1 parent 0db53e2 commit 081eda7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ckeditorinspectorui.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
margin-left: auto;
margin-right: .3em;

@media screen and (max-width: 680px) {
& label {
display: none;
}
}

& select {
margin-left: .5em;
}
Expand Down

0 comments on commit 081eda7

Please sign in to comment.