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 July 9, 2025 08:50
Bootstrap tables only css
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
}
.table th,
.table td {
padding: 0.75rem;
vertical-align: top;