From 7a99f8ea06a924ef49b8b334df4a386a94952beb Mon Sep 17 00:00:00 2001 From: Garth Braithwaite Date: Thu, 22 Aug 2019 16:10:23 -0700 Subject: [PATCH] Removed float from tags, fixes #218 (#237) --- components/tags/index.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/tags/index.css b/components/tags/index.css index 59d73cafec3..0694d575b70 100644 --- a/components/tags/index.css +++ b/components/tags/index.css @@ -25,16 +25,9 @@ governing permissions and limitations under the License. margin: 0; padding: 0; list-style: none; - - &:after { - content: ""; - display: table; - clear: both; - } } .spectrum-Tags-item { - float: left; display: inline-flex; align-items: center; box-sizing: border-box;