用了overflow:hidden后导航栏的高度变高了

如上图,蓝色框CSS代码如下:

.navbar .navbar-collapse .navbar-right .welcome a:nth-child(2){
    max-width: 180px;
/*    float: left;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

 

 把float:left的注释去掉后效果如下;

 

用了overflow:hidden后导航栏的高度变高了

 

原理暂时未知

相关文章:

  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2022-02-07
  • 2022-03-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案