mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
This commit is contained in:
parent
b679ced46c
commit
46535dc9ad
@ -24,6 +24,7 @@ HumHub Changelog
|
||||
- Enh #6992: Improve handle database connection errors
|
||||
- Fix #6552: When a JS file has `module.initOnAjaxLoad = true;`, if the `initOnAjaxUrls` contains multiple params in the URL, the `init` function is not triggered
|
||||
- Fix #7004: Fix people filter by group
|
||||
- Enh #7010: Rich text tables: Vertical align top instead of middle
|
||||
|
||||
1.16.0-beta.2 (April 9, 2024)
|
||||
-----------------------------
|
||||
|
@ -190,6 +190,10 @@
|
||||
font-size: 1em;
|
||||
width: 100%;
|
||||
|
||||
tbody {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border: 1px solid @background3 !important;
|
||||
box-sizing: border-box;
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user