Get mapped fields (Github and Redis) working
This commit is contained in:
parent
219730c341
commit
32c0a14d96
4 changed files with 117 additions and 35 deletions
|
@ -70,7 +70,7 @@
|
|||
width: 100%;
|
||||
display: table-cell;
|
||||
float: none;
|
||||
padding: 10px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.co-tabs li {
|
||||
|
|
|
@ -4918,3 +4918,9 @@ i.slack-icon {
|
|||
vertical-align: middle;
|
||||
color: rgb(53, 186, 53);
|
||||
}
|
||||
|
||||
.registry-logo-preview {
|
||||
border: 1px solid #eee;
|
||||
vertical-align: middle;
|
||||
padding: 4px;
|
||||
}
|
Reference in a new issue