Skip to content

Instantly share code, notes, and snippets.

View 4DRIAN0RTIZ's full-sized avatar

Adrian Ortiz 4DRIAN0RTIZ

View GitHub Profile
@luisciphere
luisciphere / Bootstrap Table CSS
Last active August 29, 2023 06:06
Bootstrap tables only css
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;