Fix webhook list styling (#14001)
* Fix webhook list styling * As per @silverwind
This commit is contained in:
parent
53308de0bf
commit
5f55bab70e
2 changed files with 13 additions and 4 deletions
|
@ -1,4 +1,14 @@
|
|||
.admin {
|
||||
&.hooks .list {
|
||||
> .item {
|
||||
&:not(:first-child) {
|
||||
border-top: 1px solid var(--color-secondary);
|
||||
padding: 1rem;
|
||||
margin: 15px -1rem -1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.table.segment {
|
||||
padding: 0;
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue