CSS - Fix for a tag breaking into next line with display: inline

0 votes
174 views
added Apr 1, 2020 in CSS by LC Marshal Captain (25,790 points)
.ahref {
  a {
    display: inline;
  }
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...