From 24446cbebe696d0154cba0a744b505b69128927f Mon Sep 17 00:00:00 2001 From: Jason Song Date: Thu, 5 Jan 2023 11:35:35 +0800 Subject: [PATCH] fix: add less for runners --- web_src/less/_repository.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index 3ceb9e30c3..3ae36b352b 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -2612,7 +2612,8 @@ } &.webhooks .list > .item:not(:first-child), - &.githooks .list > .item:not(:first-child) { + &.githooks .list > .item:not(:first-child), + &.runners .list > .item:not(:first-child){ padding: .25rem 1rem; margin: 12px -1rem -1rem; }