Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 6
    Amazing solution! I haven't fully tested it, but at first try, this works very well Commented Mar 13, 2019 at 16:52
  • 5
    @vinesh this solution is on fire! 🔥 Commented Aug 5, 2019 at 19:40
  • 4
    Seems box-orient is deprecated or obsolete. Commented Mar 3, 2020 at 18:14
  • Works! Tested this inside a mat-card-content in a flexbox container Commented Jul 2, 2020 at 4:15
  • For Firefox (and firefox Android) box-orient Can be enabled by setting layout.css.prefixes.webkit = true and changing the CSS to -moz-webkit-box Commented Apr 16, 2021 at 13:59