Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border style table doesn't work. #3924

Closed
MrCl0wnLab opened this issue Aug 4, 2023 · 0 comments · Fixed by #3936
Closed

Border style table doesn't work. #3924

MrCl0wnLab opened this issue Aug 4, 2023 · 0 comments · Fixed by #3936
Assignees
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)

Comments

@MrCl0wnLab
Copy link

Use case

The html border tag nowadays only works in preview mode, but inside the description, note it doesn't work.

It would be interesting for the thead tag to have a background to differentiate it from the other rows in the table.

Nowadays

| COL1 | COL2 | COL3 | 
| ---- | ----- |----- |
| google.com| GOOGLE | Information 01 | 
| bing.com/index.php?id=11111111111111111111111111111| BING| Information 02 | 
| teste.com| TESTE | Information 03 |

table-Captura de tela de 2023-08-04 02-21-59

Applied style

th, td {
	border: 1px solid #CACACA;
	padding: 8px;
    text-align: left;
}
th, thead{
    vertical-align: middle;
    border-spacing: 4px;
}
thead{
    background-color:#fff;
    color:#333;
    font-weight: bold;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table-style-Captura de tela de 2023-08-04 02-57-45

@MrCl0wnLab MrCl0wnLab added feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team labels Aug 4, 2023
@SamuelHassine SamuelHassine added bug use for describing something not working as expected and removed feature use for describing a new feature to develop needs triage use to identify issue needing triage from Filigran Product team labels Aug 4, 2023
@SamuelHassine SamuelHassine added this to the Release 5.10.0 milestone Aug 4, 2023
@RomuDeuxfois RomuDeuxfois self-assigned this Aug 4, 2023
@RomuDeuxfois RomuDeuxfois linked a pull request Aug 4, 2023 that will close this issue
5 tasks
@SamuelHassine SamuelHassine added the solved use to identify issue that has been solved (must be linked to the solving PR) label Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants