IDEMPIERE-575 Zk:Long Button text not render completely
This commit is contained in:
parent
d9119a6762
commit
92361b2d4d
|
@ -202,12 +202,12 @@ html,body {
|
||||||
|
|
||||||
.action-text-button {
|
.action-text-button {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 80px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-image-text-button {
|
.action-image-text-button {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 80px;
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.action-button .z-button-cm img,
|
.action-button .z-button-cm img,
|
||||||
|
|
Loading…
Reference in New Issue