mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 13:30:02 +00:00
13 lines
198 B
SCSS
13 lines
198 B
SCSS
.appearance-preview {
|
|
padding: 10px 0;
|
|
margin-left: 20px;
|
|
padding: 10px;
|
|
overflow: hidden;
|
|
max-width: 400px;
|
|
max-height: 400px;
|
|
|
|
span {
|
|
white-space: pre;
|
|
}
|
|
}
|