mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Allow the align property on th and td and add CSS rules for overriding text-alignment
This commit is contained in:
committed by
Jeremy Stretch
parent
0276f29067
commit
4b2922312a
@@ -1002,6 +1002,18 @@ div.card-overlay {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
th[align="left"] {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th[align="center"] {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th[align="right"] {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Markdown widget */
|
||||
.markdown-widget {
|
||||
.nav-link {
|
||||
|
Reference in New Issue
Block a user