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;