Style caption input
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
GIT
|
||||
remote: https://github.com/basecamp/actiontext-lexical.git
|
||||
revision: 580f16e45e6d0a052c084cf1b42b3a73c06bc1c7
|
||||
revision: f2300462f0dd968fdb82f774a6646bc91dee8a5f
|
||||
branch: initial
|
||||
specs:
|
||||
actiontext-lexical (0.1.0)
|
||||
|
||||
@@ -79,6 +79,18 @@
|
||||
justify-content: center;
|
||||
margin: var(--block-space-half) var(--inline-space);
|
||||
text-align: center;
|
||||
|
||||
.input {
|
||||
inline-size: 100%;
|
||||
max-inline-size: 100%;
|
||||
text-align: center;
|
||||
|
||||
@supports (field-sizing: content) {
|
||||
field-sizing: content;
|
||||
inline-size: auto;
|
||||
min-inline-size: 20ch;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
:where(a) {
|
||||
|
||||
Reference in New Issue
Block a user