mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
Add builder partial
This commit is contained in:
parent
c4b0a2257f
commit
fc01c93c27
5 changed files with 33 additions and 2 deletions
|
@ -101,3 +101,12 @@
|
|||
width: 80%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#editor {
|
||||
height: 300px;
|
||||
width: 475px;
|
||||
border: 1px solid #DDD;
|
||||
border-radius: 4px;
|
||||
border-bottom-right-radius: 0px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue