1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 22:05:23 +02:00

feat(app): introduce input-group component [EE-2062] (#6135)

This commit is contained in:
Chaim Lev-Ari 2021-11-23 07:16:50 +02:00 committed by GitHub
parent 9ad626b36e
commit 830286c332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 205 additions and 0 deletions

View file

@ -836,6 +836,10 @@ json-tree .branch-preview {
align-items: center;
}
.space-y-8 > * + * {
margin-top: 2rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;