Skip to content

Commit

Permalink
fix: remove 'overflow' property in user-field class (#212)
Browse files Browse the repository at this point in the history
* feat: remove 'overflow' property in user-field class

* fix: resolve issue with 'overflow' property in user-field class

---------

Co-authored-by: Arnabdaz <96580571+Arnabdaz@users.noreply.github.com>
  • Loading branch information
Rajveer07 and Arnabdaz authored Jan 3, 2024
1 parent 622615c commit 1f06486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/styles/css/main.stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ input[type='text']:focus {
display: inline-block;
max-width: 11rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: right;
}
Expand Down

0 comments on commit 1f06486

Please sign in to comment.