mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
11 lines
143 B
CSS
11 lines
143 B
CSS
#ruleContainer {
|
|
overflow: auto;
|
|
margin: 0;
|
|
height: 100%;
|
|
max-width: 256px;
|
|
padding: 0.5em 0.5em;
|
|
}
|
|
|
|
#drawerContent {
|
|
padding: 0.5em 0;
|
|
} |