You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
393 B
30 lines
393 B
5 months ago
|
#publicthemes > ul {
|
||
|
max-height: 20em;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
#publicthemes > ul > li{
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
|
||
|
.workflow{
|
||
|
margin-top: 1em;
|
||
|
padding: 0.5em;
|
||
|
background-color:#fdfdfd;
|
||
|
text-decoration: none;
|
||
|
scroll-behavior: smooth;
|
||
|
border-style: outset;
|
||
|
}
|
||
|
|
||
|
.workflow > p {
|
||
|
padding-left: 1em;
|
||
|
}
|
||
|
|
||
|
.workflow > h2 {
|
||
|
padding-left: 0.4em;;
|
||
|
}
|
||
|
|
||
|
.workflow input{
|
||
|
max-width: 20em;
|
||
|
}
|