Firefox和Edge Width的问题

时间:2018-06-16 16:19:28

标签: css html5 web width

我的网站存在问题:https://purepng.com/ Firefox和Edge无法正确显示推荐搜索。 Chrome正在运行。每次都有空间。

Recommend Searches with Edge

推荐搜索的类别:

.search__tags {
max-width: 715px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
overflow: hidden;
border-radius: 0 0 3px 3px;
-webkit-padding-start: 0px;}

您可以在网站上找到所有其他.css。我认为问题是搜索栏上按钮的1%宽度。

1 个答案:

答案 0 :(得分:1)

如果添加此内容会发生什么?

-moz-padding-start: 0px; padding-start: 0px;