1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-04 11:13:15 +00:00

vanilla/base - add 4 text-input flexbox utility classes

This commit is contained in:
pmario 2024-02-15 22:08:02 +01:00
parent a09106f33b
commit 3a7778fe9d

View File

@ -372,6 +372,24 @@ Table utility classes
padding: 3px;
}
/* Labeled text input, where input is max width */
.tc-labeled-input-wrapper {
display: flex;
padding: 6px 0;
}
.tc-align-right {
text-align: right;
}
.tc-fixed-label {
flex: auto;
}
.tc-fluid-input {
flex: 20;
}
/*
CSV parser plugin
*/