RTL for Airtable forms
airtable.com RTL by topheal
Details
Authortopheal
LicenseNo License
CategoryRTL
Created
Updated
Size377 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name airtable.com RTL
@version 20231004.12.03
@namespace ?
==/UserStyle== */
@-moz-document domain("airtable.com") {
.readFirstMultilineTextCellEditor:not(.readFirstMultilineTextCellEditor-singleLine):not(.readOnly) .contentEditableTextboxContainer .contentEditableTextbox {text-align:right; direction:rtl;}
.flex-auto {text-align:right; }
}