Skip to content

Commit

Permalink
fix long language items
Browse files Browse the repository at this point in the history
  • Loading branch information
hatemhosny committed Nov 21, 2024
1 parent c6fb9b0 commit b48fc12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/livecodes/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,10 @@ li.editor-title {

.language-item {
position: relative;

a {
max-width: 135px;
}
}

.tooltip {
Expand Down

0 comments on commit b48fc12

Please sign in to comment.