From 6c97ade526acac9a75ff3e6c5dea0b84c8b53636 Mon Sep 17 00:00:00 2001 From: Anton Platonov Date: Mon, 10 Jun 2019 17:55:54 +0300 Subject: [PATCH] fix(group): prevent horizontal overflow in IE11 instead of wrapping Fixes #113 --- src/vaadin-checkbox-group.html | 6 +++ test/.eslintrc | 3 +- test/vaadin-checkbox-group_test.html | 55 ++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 1 deletion(-) diff --git a/src/vaadin-checkbox-group.html b/src/vaadin-checkbox-group.html index b95f455..a865a79 100644 --- a/src/vaadin-checkbox-group.html +++ b/src/vaadin-checkbox-group.html @@ -14,6 +14,9 @@