diff --git a/media/css/style.css b/media/css/style.css index b8e27e3..4356b42 100644 --- a/media/css/style.css +++ b/media/css/style.css @@ -794,8 +794,12 @@ div.modal .modal-header .close { line-height: 20px; margin-top: 0; } +div.modal .modal-header h3 { + line-height: 0; +} div.modal .modal-header h3 span { display: inline-block; + line-height: 27px; max-width: 400px; overflow: hidden; text-overflow: ellipsis; diff --git a/media/css/style.scss b/media/css/style.scss index 7bf22fb..13150be 100644 --- a/media/css/style.scss +++ b/media/css/style.scss @@ -913,8 +913,11 @@ div.modal { margin-top: 0; } h3 { + line-height: 0; + span { display: inline-block; + line-height: 27px; max-width: 400px; overflow: hidden; text-overflow: ellipsis; diff --git a/snipts/templates/snipts/snipt-js-template.html b/snipts/templates/snipts/snipt-js-template.html index 2260c0b..cca8f9f 100644 --- a/snipts/templates/snipts/snipt-js-template.html +++ b/snipts/templates/snipts/snipt-js-template.html @@ -70,7 +70,7 @@