Skip to content

Commit

Permalink
#1062 Fix for text being cut off (#1064)
Browse files Browse the repository at this point in the history
* #1062 Removed fixed height from text input fields

* #1062 Fix for RTL languages
  • Loading branch information
wpsmort authored and michaeltorbert committed Aug 11, 2017
1 parent 153c08b commit 1ec720f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion css/modules/aioseop_module-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
}

.aioseop input[type="text"] {
height: 35px;
padding: 2px 10px 2px 0
}

Expand Down Expand Up @@ -316,4 +317,4 @@ form#aiosp_settings_form,

#aioseop-about .aioseop_metabox_text ul {
padding-right: 15px;
}
}
1 change: 0 additions & 1 deletion css/modules/aioseop_module.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ div.aioseop_tip_icon:before {

.aioseop input[type="text"] {
color: #515151;
height: 35px;
padding: 10px 0 10px 10px;
font-size: 14px;
width: 95%;
Expand Down

0 comments on commit 1ec720f

Please sign in to comment.