mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Applying the .name-column class for name columns
The class was already used in some tables, but now it will be applied to all tables
This commit is contained in:
@@ -80,6 +80,12 @@ a.red-txt:active {
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.name-column {
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user