mirror of https://github.com/portainer/portainer
6 lines
99 B
CSS
6 lines
99 B
CSS
|
.release-table tr {
|
||
|
display: grid;
|
||
|
grid-auto-flow: column;
|
||
|
grid-template-columns: 1fr 4fr;
|
||
|
}
|