1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-31 03:50:11 +02:00

removed textarea height important and remove modal after dismiss

This commit is contained in:
Muhamad Nauval Azhar
2019-06-02 14:14:38 +07:00
parent 525bc9dfea
commit 14f20203df
2 changed files with 5 additions and 1 deletions

View File

@@ -172,7 +172,7 @@ select.form-control:not([size]):not([multiple]),
height: 42px; }
textarea.form-control {
height: 64px !important; }
height: 64px; }
.custom-control {
line-height: 1.6rem; }

View File

@@ -155,6 +155,10 @@
$(document).on("click", '.' + trigger_class, function() {
$('#' + id).modal(options.modal);
modal.on('hidden.bs.modal', function() {
modal.remove();
});
return false;
});
});