mirror of
https://github.com/nextcloud/server.git
synced 2026-02-15 16:59:47 -05:00
13 lines
194 B
CSS
13 lines
194 B
CSS
|
|
#workflowengine .multiselect .multiselect__single {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
#workflowengine .option__icon {
|
||
|
|
min-width: 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#workflowengine input,
|
||
|
|
#workflowengine .multiselect {
|
||
|
|
width: 100%;
|
||
|
|
}
|