mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 22:09:41 +02:00
11 lines
176 B
CSS
11 lines
176 B
CSS
|
.published-url-container {
|
||
|
display: grid;
|
||
|
grid-template-columns: 1fr 1fr 3fr;
|
||
|
padding-top: 1rem;
|
||
|
padding-bottom: 0.5rem;
|
||
|
}
|
||
|
|
||
|
.publish-url-link {
|
||
|
width: min-content;
|
||
|
}
|