Fix styles for reboot button
This commit is contained in:
parent
c20c2060e9
commit
cfa85c1e04
1 changed files with 4 additions and 0 deletions
|
@ -87,6 +87,10 @@ export default {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
.reboot-button {
|
||||||
|
padding: 10px;
|
||||||
|
margin-left: 6px;
|
||||||
|
}
|
||||||
.status-container {
|
.status-container {
|
||||||
margin: 0 15px 0 20px;
|
margin: 0 15px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue