Skip to content

Commit

Permalink
Add word wrap to #extension-info on mobile to prevent page horizontal…
Browse files Browse the repository at this point in the history
… elongation

<rikaitan.link>MjJkMDY2ZDI4Y2UwZDhhMmUxMzRhMDhmMmMxOWY5YzM5YTk4NGQ3ZQo=</rikaitan.link>
  • Loading branch information
Kuuuube authored and tatsumoto-ren committed May 18, 2024
1 parent 358db0d commit 64c110c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ext/css/action-popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -505,4 +505,8 @@ select.profile-select {
width: 100%;
padding-top: 37.7%;
}
#extension-info {
max-width: 95vw;
overflow-wrap: break-word;
}
}

0 comments on commit 64c110c

Please sign in to comment.