mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-07 23:03:00 +03:00
Started vueifying tag system
This commit is contained in:
@@ -226,7 +226,7 @@
|
||||
width: 100%;
|
||||
min-width: 50px;
|
||||
}
|
||||
.tags td {
|
||||
.tags td, .tag-table > div > div > div {
|
||||
padding-right: $-s;
|
||||
padding-top: $-s;
|
||||
position: relative;
|
||||
|
@@ -67,4 +67,17 @@ table.file-table {
|
||||
.ui-sortable-helper {
|
||||
display: table;
|
||||
}
|
||||
}
|
||||
|
||||
.fake-table {
|
||||
display: table;
|
||||
> div {
|
||||
display: table-row-group;
|
||||
}
|
||||
> div > div {
|
||||
display: table-row;
|
||||
}
|
||||
> div > div > div {
|
||||
display: table-cell;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user