mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-09 07:30:01 +00:00
vanilla/base - add 4 text-input flexbox utility classes
This commit is contained in:
parent
a09106f33b
commit
3a7778fe9d
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user