Reply To: slideout menu: width of arrow down

Home Forums Support slideout menu: width of arrow down Reply To: slideout menu: width of arrow down

Home Forums Support slideout menu: width of arrow down Reply To: slideout menu: width of arrow down

#161406
xdaniel

Found a solution, is this ok?

/* slideout menu width dropdown */
.dropdown-toggle {
	min-width: 50px;
}
.dropdown-toggle .fa {
	padding-left: 20px;
}