Skip to content

Commit

Permalink
Fix permalink input field text overflow ellipsis for Firefox.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Dec 21, 2023
1 parent 73af69b commit 1a2c399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
}

input[readonly] {
padding: $grid-unit-20;
padding: $grid-unit-15;
background: $gray-100;
border-color: $gray-400;
overflow: hidden;
Expand Down

0 comments on commit 1a2c399

Please sign in to comment.