Skip to content

Commit

Permalink
Removed float from tags, fixes #218 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB authored and lazd committed Aug 22, 2019
1 parent d330522 commit 7a99f8e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/tags/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7a99f8e

Please sign in to comment.