FIX: Set horizontal scroll of property names to auto
Compare changes
Files
2+ 2
− 2
@@ -249,7 +249,7 @@ h5 {
@@ -872,7 +872,7 @@ details p {
Fix for #355 (closed) introduced by 385e6894. Removes the dead scroll bars that are shown in chromium-based browsers and some(?) Firefox versions.
Just set overflow-x
to auto
instead of scroll
, thus only expressing scroll behavior were needed.
Create a property with a short name (e.g., SomeProp
) and one with a long name without spaces (e.g., SomePropWithAVeryLooooooooooooooooooooooooooooooooooooooooooooooooooongName
), and create a RecordType with both properties attached:
SomeType:
suggested_properties:
SomeProp:
datatype: TEXT
SomePropWithAVeryLooooooooooooooooooooooooooooooooooooooooooooooooooongName:
datatype: TEXT
Repeat with chromium, firefox, and whatever browser you have:
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.