- 🇳🇿New Zealand quietone
I tested this on Drupal 10.1.x, standard install. I followed the steps in the issue summary and reproduced the problem.
I added the standard template to the Issue Summary.
In some circumstances core\themes\classy\css\components\file.css is loaded when editing a view and it conflicts with the views' own css at some dialogs, because both have rules for .file selector.
Assuming your admin theme is Seven (which is Classy's sub theme).
At least in a case like this, the file.css gets loaded:
1) Add a file field to Article, call it Video, configure it to accept for example mp4 files.
2) Create an Article node and upload a Video to it.
3) Create a view that shows a listing of those Video fields.
4) Create a Relationship to the Video (Video (field_video:target_id))
5) Make sure your Preview is listing at least one node with a Video field, the formatter doesn't matter.
6) Go to for example add fields, the formatting of the fields list is crooked.
TBA
Check for duplicates
Patch
Review
Commit
Before
Active
10.1 ✨
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I tested this on Drupal 10.1.x, standard install. I followed the steps in the issue summary and reproduced the problem.
I added the standard template to the Issue Summary.