diff options
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/css/action-popup.css | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/ext/css/action-popup.css b/ext/css/action-popup.css index 639f1236..e88aa3ee 100644 --- a/ext/css/action-popup.css +++ b/ext/css/action-popup.css @@ -496,4 +496,8 @@ select.profile-select {          width: 100%;          padding-top: 37.7%;      } +    #extension-info { +        max-width: 95vw; +        overflow-wrap: break-word; +    }  } |