From 57493216cfab0ad3be1b48faf664d45514cdfdca Mon Sep 17 00:00:00 2001 From: Dominik Vitt Date: Tue, 25 Jun 2019 17:29:55 +0200 Subject: [PATCH] Fixed issue #14187: In IE, for an Array question the radio buttons disappear when resizing the page to the point the answers start to stack --- assets/packages/template-core/template-core.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/packages/template-core/template-core.css b/assets/packages/template-core/template-core.css index 18b53cdff79..6d045ec2ad0 100644 --- a/assets/packages/template-core/template-core.css +++ b/assets/packages/template-core/template-core.css @@ -191,4 +191,8 @@ only screen and (max-width: 760px), .dir-rtl .basicfruityextension table.ls-answers .radio-item label.ls-label-xs-visibility::before,.dir-rtl .basicfruityextension table.ls-answers .checkbox-item label.ls-label-xs-visibility::before {margin-right:0px;} .dir-ltr .basicfruityextension table.ls-answers .radio-item label.ls-label-xs-visibility::after,.dir-ltr .basicfruityextension table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {margin-left:0px;} .dir-rtl .basicfruityextension table.ls-answers .radio-item label.ls-label-xs-visibility::after,.dir-rtl .basicfruityextension table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {margin-right:0px;} + .dir-ltr table.ls-answers .radio-item label.ls-label-xs-visibility::before,.dir-ltr table.ls-answers .checkbox-item label.ls-label-xs-visibility::before {margin-left:0px;} + .dir-rtl table.ls-answers .radio-item label.ls-label-xs-visibility::before,.dir-rtl table.ls-answers .checkbox-item label.ls-label-xs-visibility::before {margin-right:0px;} + .dir-ltr table.ls-answers .radio-item label.ls-label-xs-visibility::after,.dir-ltr table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {margin-left:0px;} + .dir-rtl table.ls-answers .radio-item label.ls-label-xs-visibility::after,.dir-rtl table.ls-answers .checkbox-item label.ls-label-xs-visibility::after {margin-right:0px;} } \ No newline at end of file