mirror of
https://github.com/stisla/stisla.git
synced 2025-09-01 20:23:26 +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; }
|
height: 42px; }
|
||||||
|
|
||||||
textarea.form-control {
|
textarea.form-control {
|
||||||
height: 64px !important; }
|
height: 64px; }
|
||||||
|
|
||||||
.custom-control {
|
.custom-control {
|
||||||
line-height: 1.6rem; }
|
line-height: 1.6rem; }
|
||||||
|
@@ -155,6 +155,10 @@
|
|||||||
$(document).on("click", '.' + trigger_class, function() {
|
$(document).on("click", '.' + trigger_class, function() {
|
||||||
$('#' + id).modal(options.modal);
|
$('#' + id).modal(options.modal);
|
||||||
|
|
||||||
|
modal.on('hidden.bs.modal', function() {
|
||||||
|
modal.remove();
|
||||||
|
});
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user