diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-02-28 19:23:18 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-28 19:23:18 +0300 |
| commit | d6cd0611d4c52e00dae9e96b6cdab4c44cb8d5fb (patch) | |
| tree | c47abff1be800c3bd48a5ef71bb89bd6f79fe503 /web/html/xui/form/protocol/http.html | |
| parent | aad2cd8739fe6d6e2be99ef4381c480691b98e14 (diff) | |
Minor fixes (#1943)v2.2.1
Diffstat (limited to 'web/html/xui/form/protocol/http.html')
| -rw-r--r-- | web/html/xui/form/protocol/http.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html index ed0c73b2..a14418a2 100644 --- a/web/html/xui/form/protocol/http.html +++ b/web/html/xui/form/protocol/http.html @@ -1,6 +1,6 @@ {{define "form/http"}} <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }"> - <table style="width: 100%; text-align: center; margin-bottom: 10px;"> + <table style="width: 100%; text-align: center; margin: 1rem 0;"> <tr> <td width="45%">{{ i18n "username" }}</td> <td width="45%">{{ i18n "password" }}</td> @@ -18,4 +18,4 @@ </a-input> </a-input-group> </a-form> -{{end}}
\ No newline at end of file +{{end}} |
