diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-12 20:10:47 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-12 21:11:10 +0300 |
| commit | 4b894760a10f26a5b930087f5a176de7270c6dfe (patch) | |
| tree | 496e15832a2db67d237083037609969e9e8aa5c2 /web/html/xui/xray_reverse_modal.html | |
| parent | e300fbc7cb18acd7239844c9ac7aac698dbd7cb5 (diff) | |
bug fix - xtls
Diffstat (limited to 'web/html/xui/xray_reverse_modal.html')
| -rw-r--r-- | web/html/xui/xray_reverse_modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/xui/xray_reverse_modal.html b/web/html/xui/xray_reverse_modal.html index b3a69cc3..0980ffb9 100644 --- a/web/html/xui/xray_reverse_modal.html +++ b/web/html/xui/xray_reverse_modal.html @@ -5,7 +5,7 @@ <a-form layout="inline"> <table width="100%" class="ant-table-tbody"> <tr> - <td>{{ i18n "pages.xray.outbound.type" }}</td> + <td style="width: 30%;" >{{ i18n "pages.xray.outbound.type" }}</td> <td> <a-form-item> <a-select v-model="reverseModal.reverse.type" style="width: 250px;" :dropdown-class-name="themeSwitcher.currentTheme"> |
