fixed the 1px collapsed span bug
This commit is contained in:
parent
c13a911e70
commit
3cb36cdee7
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user