mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-13 19:01:23 +00:00
14 lines
275 B
SCSS
14 lines
275 B
SCSS
/// PreferencesUI.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
|
|
|
|
.text-preview {
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.sub-information {
|
|
margin-bottom: 14px;
|
|
text-align: left;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
font-weight: 600;
|
|
} |