mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Upgraded php and npm deps
- Sass upgrade had some breaking changes where division was used hence updated for newer sass version support.
This commit is contained in:
@@ -187,7 +187,7 @@ table.form-table {
|
||||
max-width: 100%;
|
||||
td {
|
||||
overflow: hidden;
|
||||
padding: $-xxs/2 0;
|
||||
padding: math.div($-xxs, 2) 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user