여백 주기

This commit is contained in:
2019-04-11 19:53:27 +09:00
parent fb2d30f2c9
commit f78fcc2b71
+1 -1
View File
@@ -89,7 +89,7 @@ function showAdjustServerModal(serverList){
var serverKey = server[0];
var serverKorName = server[1];
var $item = $('<div style="display:inline-block" class="custom-control custom-checkbox">\
var $item = $('<div style="display:inline-block;margin-right:7px;" class="custom-control custom-checkbox">\
<input type="checkbox" checked class="custom-control-input" name="{1}" id="switch_{1}">\
<label class="custom-control-label" for="switch_{1}">{0}</label>\
</div>'.format(serverKorName, serverKey));