Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzSF committed Nov 23, 2023
1 parent 8015575 commit d4de9e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/core/ui/autoheight-directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ angular.module('superdesk.core.ui.autoheight', []).directive('sdAutoHeight', ['$

var $win = angular.element($window),
mirrorStyle,
mirrorStyleBasic = 'position: absolute; insetBlockStart: -999px; insetInlineEnd: auto; insetBlockEnd: auto; insetInlineStart: 0 ;' +
mirrorStyleBasic =
'position: absolute; insetBlockStart: -999px; insetInlineEnd: auto; insetBlockEnd: auto; insetInlineStart: 0 ;' +
'overflow: hidden; -webkit-box-sizing: content-box;' +
'-moz-box-sizing: content-box; box-sizing: content-box;' +
'min-height: 0 !important; height: 0 !important; padding: 0;' +
Expand Down

0 comments on commit d4de9e4

Please sign in to comment.