mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
5b31e2abf4
MozReview-Commit-ID: 1yoxFfwurt9 --HG-- extra : rebase_source : 12d2a09af520f7219b994f9bb9bf58022aac5912
11 lines
330 B
CSS
11 lines
330 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
/* Sanitize everything warnings */
|
|
|
|
#sanitizeEverythingWarning,
|
|
#sanitizeEverythingUndoWarning {
|
|
white-space: pre-wrap;
|
|
}
|