mirror of https://github.com/portainer/portainer
10 lines
89 B
CSS
10 lines
89 B
CSS
|
.root {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.label {
|
||
|
padding: 0;
|
||
|
}
|