mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add class for table without borders
This commit is contained in:
parent
e4a3f838de
commit
a5eb6d0311
1 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,11 @@
|
||||||
}
|
}
|
||||||
margin-bottom: @line-height-computed / 2;
|
margin-bottom: @line-height-computed / 2;
|
||||||
}
|
}
|
||||||
|
.table-no-borders {
|
||||||
|
th, td {
|
||||||
|
border: 0px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.example {
|
.example {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue