mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Merge remote-tracking branch 'origin/support/3.0.0-beta2' into develop
# Conflicts: # datamodels/2.x/itop-structure/precompiled-themes/fullmoon/main.css # datamodels/2.x/itop-structure/precompiled-themes/test-red/main.css
This commit is contained in:
1
css/backoffice/vendors/_all.scss
vendored
1
css/backoffice/vendors/_all.scss
vendored
@@ -19,6 +19,7 @@
|
||||
@import "bulma-variables-overload";
|
||||
@import "../../../node_modules/bulma-scss/bulma";
|
||||
@import "ckeditor";
|
||||
@import "tippy";
|
||||
@import "jqueryui";
|
||||
@import "jquery-multiselect";
|
||||
@import "datatables";
|
||||
|
||||
9
css/backoffice/vendors/_tippy.scss
vendored
Normal file
9
css/backoffice/vendors/_tippy.scss
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/*!
|
||||
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
// Allow plain text (opposite of HTML) multi-lines tooltips to be displayed correctly, otherwise it will all be on a single line.
|
||||
.tippy-content {
|
||||
white-space: pre-line;
|
||||
}
|
||||
Reference in New Issue
Block a user