Files
BasicOIDC/assets/css/base_settings_page.css
Pierre HUBERT 6d341069a0
All checks were successful
continuous-integration/drone/push Build is passing
Fix appearance issue in clients list screen with long client ids
2025-10-29 12:34:47 +01:00

27 lines
331 B
CSS

html {
width: 100%;
height: 100%;
}
body {
display: flex;
flex-direction: row;
height: 100%;
}
.page_body {
padding: 3rem;
overflow-y: scroll;
}
.nav-link.link-dark {
color: white !important;
}
.form-control::placeholder {
color: #555;
}
.table-break-works td {
word-break: break-all;
}