Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
Bootstrap 4 .flex-nowrap class
Avoid wrapping flex items in Bootstrap 4, using the .flex-nowrap class.
Below you can see the flex items aren?t wrapping after the "Eight" flex-item ?

The flex is set in the div class as if we add any other class in
?
The following is an example to implement flex-nowrap class to avoid wrapping of flex items ?
Example
Bootstrap Example FLEX WRAP AND NOWRAP
Flex items will wrap
OneTwoThreeFourFiveSixSevenEightNine
Flex items won't wrap
OneTwoThreeFourFiveSixSevenEightNine
Advertisements
