Skip to content

Extra lines in visual table #11

Description

@PhillipNgo

There are extra lines that appear in the UI. In the image they are below ECE 2014.

This is odd because the .bordered class is only applied to the meeting cells of the table.

Relevant CSS:

.visual-table {
  ...
  border: 1px solid #ccc;
}

.visual-table .bordered, .visual-table th {
  border: 1px solid #ccc !important;
}

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions