the _forms.scss forces a fixed height for select elements, even those with a size attribute set !
Please fix by including, for example :
select[size] {
height: auto;
}
It appears to be coming from line 444 in _forms.scss
/* Add height value for select elements to match text input height */
select {
@include form-select;
height: ($input-font-size + ($form-spacing * 1.5) - rem-calc(1));
}
Suggest leaving the height to auto, otherwise select elements get forced to a single line height.
thanks!
Adding height auto removes the consistant height with inputs though. Not sure which is more important. Maybe it should be it's own variable?
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a temporary error. The following address(es) deferred:
emeil.[email protected]
Domain emeil.ir has exceeded the max emails per hour (310/300 (103%)) allowed. Message will be reattempted later
------- This is a copy of the message, including all the headers. ------
Received: from github-smtp2-ext4.iad.github.net ([192.30.252.195]:37784 helo=github-smtp2a-ext-cp1-prd.iad.github.net)
by vip13-233.cp.htz.privatedns.biz with esmtps (UNKNOWN:DHE-RSA-AES256-GCM-SHA384:256)
(Exim 4.82)
(envelope-from [email protected])
id 1XyVG2-0007sx-Oi
for [email protected]; Wed, 10 Dec 2014 04:35:58 +0400
Date: Tue, 09 Dec 2014 16:35:57 -0800
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com;
s=pf2014; t=1418171757;
bh=6mje5HVL2PIN6NRaVa1AOpF6fDVbH2osNe617gejoVw=;
h=From:Reply-To:To:In-Reply-To:References:Subject:List-ID:
List-Archive:List-Post:List-Unsubscribe:From;
b=o+OR4aGkEiR4Cboraz3InovCArnGblJJqpDUy+XCYKVHxI7PsQ+yRro/YEkaWV6YD
OjuhotvXagNyT9YE6iCQe0OFIZAd6T0BVr9c7MVuqLnR7jdDZ0h58NlpmUQnnvXLkz
BcJn/cB7eb6l64BhcYoo+37kL+OdTBnj9ncuonIE=
From: Brandon Arnold [email protected]
Reply-To: zurb/foundation [email protected]
To: zurb/foundation [email protected]
Message-ID:
In-Reply-To:
References:
Subject: Re: [foundation] select with size attribute defined (#5326)
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="--==_mimepart_5487956dbdbed_55783f894413f29c7669c9";
charset=UTF-8
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: zurbrandon
X-GitHub-Recipient: alizadeh-amin
List-ID: zurb/foundation
List-Archive: https://github.com/zurb/foundation
List-Post: mailto:[email protected]
List-Unsubscribe: mailto:unsub+002fede5ef66a0b857011c0fcc65c63334a547926fef214092cf00000001109f576d92a169ce02224abf@reply.github.com,
https://github.com/notifications/unsubscribe/AC_t5U_TZ4R505_fU9cOhizF2_nc680Tks5nV4ztgaJpZM4CEj-3
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: [email protected]
----==_mimepart_5487956dbdbed_55783f894413f29c7669c9
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Adding height auto removes the consistant height with inputs though. Not sure which is more important. Maybe it should be it's own variable?
Reply to this email directly or view it on GitHub:
https://github.com/zurb/foundation/issues/5326#issuecomment-66385574
----==_mimepart_5487956dbdbed_55783f894413f29c7669c9
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
Adding height auto removes the consistant height with inputs though. Not sure which is more important. Maybe it should be it's own variable?
—
Reply to this email directly or view it on GitHub.![]()
----==_mimepart_5487956dbdbed_55783f894413f29c7669c9--
I'll close this for now, I think that the height matching inputs seems more important and can easily be over ridden as personal preference.
So this means that with standard foundation there is NO way to have selects with height without override ? curious choice
Most helpful comment
So this means that with standard foundation there is NO way to have selects with height without override ? curious choice