Describe the bug
After upgrading Deck to 1.0.2 on Nextcloud 18.0.4, sidebar's header has a fixed height of 52px, which doesn't allow title and subtitle to be read. Checked on Firefox, Chrome, Edge and Opera.
To Reproduce
Steps to reproduce the behavior:
Expected behavior

Screenshots
Problem:

If I disable "height: 52px;" on Chrome's Inspector everything shows up correctly:

Client details:
Server details
Operating system: Linux 4.18.0-147.5.1.el8_1.x86_64 #1 SMP Wed Feb 5 02:00:39 UTC 2020 x86_64
Web server: Apache/2.4.37 (centos) OpenSSL/1.1.1c mod_fcgid/2.3.9 (fpm-fcgi)
Database: mysql 10.3.17
PHP version: 7.4.4
Modules loaded: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, cgi-fcgi, bz2, calendar, ctype, curl, dom, mbstring, fileinfo, ftp, gd, gettext, iconv, intl, json, exif, mysqlnd, PDO, Phar, posix, shmop, SimpleXML, sockets, sodium, sqlite3, sysvmsg, sysvsem, sysvshm, tokenizer, xml, xmlwriter, xsl, mysqli, pdo_mysql, pdo_sqlite, xmlreader, apcu, imagick, smbclient, zip, libsmbclient, Zend OPcache
Nextcloud version: 18.0.4 - 18.0.4.2
Where did you install Nextcloud from:
Signing status:
Array
(
[deck] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Signature data not found.
)
)
)
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- deck
- EXCEPTION
- OC\IntegrityCheck\Exceptions\InvalidSignatureException
- Signature data not found.
Raw output
==========
Array
(
[deck] => Array
(
[EXCEPTION] => Array
(
[class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
[message] => Signature data not found.
)
)
)
List of activated apps:
Enabled:
- accessibility: 1.4.0
- activity: 2.11.0
- admin_audit: 1.8.0
- calendar: 2.0.3
- cloud_federation_api: 1.1.0
- comments: 1.8.0
- contacts: 3.3.0
- dav: 1.14.0
- deck: 1.0.2
- federatedfilesharing: 1.8.0
- federation: 1.8.0
- files: 1.13.1
- files_automatedtagging: 1.8.3
- files_external: 1.9.0
- files_fulltextsearch: 1.4.2
- files_pdfviewer: 1.7.0
- files_readmemd: 1.1.4
- files_retention: 1.7.0
- files_rightclick: 0.15.2
- files_sharing: 1.10.1
- files_trashbin: 1.8.0
- files_versions: 1.11.0
- files_videoplayer: 1.7.0
- firstrunwizard: 2.7.0
- fulltextsearch: 1.4.1
- issuetemplate: 0.6.0
- limit_login_to_ip: 3.0.0
- logreader: 2.3.0
- lookup_server_connector: 1.6.0
- maps: 0.1.6
- metadata: 0.11.1
- nextcloud_announcements: 1.7.0
- notifications: 2.6.0
- oauth2: 1.6.0
- password_policy: 1.8.0
- passwords: 2020.5.0
- photos: 1.0.0
- privacy: 1.2.0
- provisioning_api: 1.8.0
- quota_warning: 1.7.0
- recommendations: 0.6.0
- serverinfo: 1.8.0
- settings: 1.0.0
- support: 1.1.0
- systemtags: 1.8.0
- tasks: 0.13.1
- text: 2.0.0
- theming: 1.9.0
- timetracker: 0.0.42
- twofactor_backupcodes: 1.7.0
- unsplash: 1.1.5
- updatenotification: 1.8.0
- viewer: 1.2.0
- workflowengine: 2.0.0
Disabled:
- bruteforcesettings
- cospend
- encryption
- files_accesscontrol
- mail
- notes
- onlyoffice
- ransomware_detection
- ransomware_protection
- sharebymail
- socialsharing_email
- spreed
- survey_client
- user_ldap
Nextcloud configuration:
{
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"192.168.23.162",
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "18.0.4.2",
"overwrite.cli.url": "http:\/\/192.168.23.162\/nextcloud",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"loglevel": 2,
"memcache.local": "\\OC\\Memcache\\APCu",
"updater.release.channel": "stable"
}
Logs
Nothing relevant.
Nothing relevant.
Just for fun I went to the Style Editor when unchecking one (inlined) style fixed it, the parent that holds the title and subtitle.

same problem here in firefox and in chrome nextcloud 18

Same issue on chrome and firefox, NC 18.0.4
Same bug with approx same conditions: NC 18 and 19, Chrome and Firefox
Same problem on Brave Versi贸n 1.9.76 Chromium: 81.0.4044.138.
Is there any progress on this issue?
The description shows that the App.vue file which is used to build Nextcloud has changed. Is it possible to change the files of an already working system ??
As a possible temporary hotfix on running systems (until the bugfix will be released), you can use the Custom CSS App and a CSS rule like this:
header.app-sidebar-header div.app-sidebar-header__desc { height: auto !important; }
Most helpful comment
Same issue on chrome and firefox, NC 18.0.4