This was pointed out here #1665648: Reduce padding on text inputs but actually applies to Omega Kickstart.

It seems there is a 5px padding in global.css starting at line 156 which sets this. If this line is removed, the text looks fine because it goes back to the 2px 3px padding from Omega. I've only noticed this in Firefox so far.

CommentFileSizeAuthor
words-cropped.png22.7 KBdudenhofer

Comments

giorgosk’s picture

yes problem only happens with firefox
other browsers don't have problem

I used this fix/hack for now

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: 0px 5px; 
}
cookiz’s picture

Status: Active » Fixed

Fixed in last dev release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.