Skip to content

Commit

Permalink
fix: long uri not fitting in the text field
Browse files Browse the repository at this point in the history
closes #16.
  • Loading branch information
akhileshthite authored Jun 13, 2022
1 parent b46f011 commit 66e90ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ hr {
font-size: medium;
border: 2px solid #c3c0c0;
border-radius: 5px;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
align-items: center;
-webkit-box-shadow: 0 2px 6px -6px #222;
Expand Down

0 comments on commit 66e90ef

Please sign in to comment.