mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix tabs vs spaces
This commit is contained in:
parent
dd4b85b809
commit
ab871b9ba7
1 changed files with 2 additions and 2 deletions
|
@ -331,7 +331,7 @@ table.project-list {
|
|||
}
|
||||
|
||||
// thead > tr > th {
|
||||
// padding-top: @line-height-computed / 8;
|
||||
// padding-top: @line-height-computed / 8;
|
||||
// }
|
||||
|
||||
td {
|
||||
|
@ -400,7 +400,7 @@ table.project-list {
|
|||
|
||||
.v1-badge {
|
||||
margin-left: -4px;
|
||||
margin-right: -4px;
|
||||
margin-right: -4px;
|
||||
}
|
||||
|
||||
.action-btn-row-header, .action-btn-row {
|
||||
|
|
Loading…
Reference in a new issue