From 91ed87bf8760e80b161a348d17ae6c596adc84eb Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Fri, 17 Sep 2021 23:54:30 -0600 Subject: don't set height to 100% on object tag in default stylesheet - this setting is not relevant when max-width: 100% is also set --- data/stylesheets/asciidoctor-default.css | 1 - 1 file changed, 1 deletion(-) (limited to 'data') diff --git a/data/stylesheets/asciidoctor-default.css b/data/stylesheets/asciidoctor-default.css index d2348ab7..0bd400a1 100644 --- a/data/stylesheets/asciidoctor-default.css +++ b/data/stylesheets/asciidoctor-default.css @@ -44,7 +44,6 @@ input[type=checkbox],input[type=radio]{padding:0} button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0} textarea{overflow:auto} img,object{max-width:100%;height:auto} -object{height:100%} .left{float:left!important} .right{float:right!important} .text-left{text-align:left!important} -- cgit v1.2.3