Skip to content

Instantly share code, notes, and snippets.

View mianzaid's full-sized avatar
🎯
Focusing

Zaid Bin Khalid mianzaid

🎯
Focusing
View GitHub Profile
@mianzaid
mianzaid / Bootstrap selectpicker with problem.
Last active July 23, 2018 01:45
**Bootstrap Selectpicker** Width problem with input-group!
You can fix width problem by using below code.
.input-group .bootstrap-select {
display: table;
table-layout: fixed;
}
@mianzaid
mianzaid / icons.sql
Created February 16, 2018 00:16
Complete font-awesome MySQL icons
-- phpMyAdmin SQL Dump
-- version 4.7.4
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Feb 16, 2018 at 09:15 AM
-- Server version: 10.1.28-MariaDB
-- PHP Version: 5.6.32
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";