From f080e8693ec437ed89196c5129faca6a8a0a9acc Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 12 Dec 2015 13:20:05 +0900 Subject: [PATCH] Fix right margin of account search box --- src/main/twirl/gitbucket/core/helper/account.scala.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/twirl/gitbucket/core/helper/account.scala.html b/src/main/twirl/gitbucket/core/helper/account.scala.html index af24874ff..0b414c932 100644 --- a/src/main/twirl/gitbucket/core/helper/account.scala.html +++ b/src/main/twirl/gitbucket/core/helper/account.scala.html @@ -1,6 +1,8 @@ @(id: String, width: Int)(implicit context: gitbucket.core.controller.Context) @import context._ - + + +