fixed the 1px collapsed span bug

This commit is contained in:
hamza zia 2012-12-26 20:34:25 +08:00
parent c13a911e70
commit 3cb36cdee7

View File

@ -32,6 +32,10 @@
<style> <style>
/* hack to fix the 1 px height for collapsed span elements */
.more_info {
min-height: 0px;
}
.button_set { .button_set {
float: right; float: right;
margin-bottom: 5px; margin-bottom: 5px;