Posts by ThalesMiguel • 1 point
1 post
-
0
votes2
answers725
viewsA: put a materialize inline list
You can create a class inline thus: .inline li{ display: inline; list-style-type: none; } Then, just call this class in your <ul>, as in this fiddle…