mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: more permalinks page improvements
This commit is contained in:
@@ -1473,20 +1473,20 @@ table#user-badges {
|
||||
// Permalinks
|
||||
|
||||
.permalinks {
|
||||
.url, .topic_id, .category_id, .external_url {
|
||||
.url, .topic, .category, .external_url, .post {
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.url {
|
||||
width: 200px;
|
||||
}
|
||||
.topic_id, .external_url {
|
||||
width: 220px;
|
||||
.topic, .post, .external_url {
|
||||
width: 180px;
|
||||
}
|
||||
.category_id {
|
||||
width: 160px;
|
||||
.category {
|
||||
width: 140px;
|
||||
}
|
||||
.action, .post_id {
|
||||
.action {
|
||||
text-align: center;
|
||||
width: 8%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user