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:
@@ -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; }
|
||||
|
@@ -155,6 +155,10 @@
|
||||
$(document).on("click", '.' + trigger_class, function() {
|
||||
$('#' + id).modal(options.modal);
|
||||
|
||||
modal.on('hidden.bs.modal', function() {
|
||||
modal.remove();
|
||||
});
|
||||
|
||||
return false;
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user