Closed david-poindexter closed 4 months ago
@johnhenley These are not form a template currently right? The main issue here is that we generate a tables in a table and not "connected columns"
I'll just put in some CSS for the width and in v9 I'll re-do a template?
BTW, I also noticed there are no headings for the table #949
Note to self, this will make the table render better but there's stil the issue of the columns not being part of one table.
/* Search results table, used for search and filtered views of topics */
/* -- Temporary Solution until version 9 -- */
.dnn-community-forums .af-search-results .af-colstats {
width: 3em;
}
.dnn-community-forums .af-search-results .af-lastpost{
width: 15em;
}
@david-poindexter @Timo-Breumelhof this is duplicate of #656 I think.
Expecting this view to get a makeover in v8.2 or v9 as we continue to move towards better html practices and moving from hard-coded to templates and resource strings for small snippets.
I did a workaround on my site by adding this to the /themes/community-default/custom/theme.css (I LOVE that feature for layering in the custom CSS š) This kinda fixes it by adding this, but not really sure what Iām doing š .afgrid {table-layout: fixed;}
@johnhenley try the CSS above ;-)
@david-poindexter @Timo-Breumelhof this is duplicate of #656 I think.
Expecting this view to get a makeover in v8.2 or v9 as we continue to move towards better html practices and moving from hard-coded to templates and resource strings for small snippets.
I did a workaround on my site by adding this to the /themes/community-default/custom/theme.css (I LOVE that feature for layering in the custom CSS š) This kinda fixes it by adding this, but not really sure what Iām doing š .afgrid {table-layout: fixed;}
My apologies for the duplicate - I somehow missed that. š
@david-poindexter no problem, thank you for taking the time to log these issues. :-)
Describe the bug
When viewing
Active Topics
filtered list, there are content alignment issues.Software Versions
To Reproduce
Steps to reproduce the behavior:
Active Topics
Expected behavior
Alignment should be consistent with other lists.
Screenshots
Error log
n/a
Additional context
n/a