Merge pull request #526 from Budibase/backend-button-fix
Backend button width fix
This commit is contained in:
commit
d0c9a14723
|
@ -131,7 +131,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
width: 100%;
|
width: 260px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue