Avoid side changes on web ui update

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2022-08-26 07:43:59 +02:00
parent 2fcae35e0f
commit 8b86a07a3f
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF

View file

@ -625,7 +625,7 @@ p.info {
/* Update */
.update {
width: inherit;
width: calc(100% - 32px);
text-align: center;
}
.update .appList {