forgot to add width and height to btn item
This commit is contained in:
parent
95a042e00d
commit
3a81005315
|
@ -10,6 +10,8 @@
|
||||||
.button-item {
|
.button-item {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
width: 88px;
|
||||||
|
height: 31px;
|
||||||
}
|
}
|
||||||
.button-group a, .button-group iframe {
|
.button-group a, .button-group iframe {
|
||||||
width: 88px;
|
width: 88px;
|
||||||
|
|
Loading…
Reference in a new issue