mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
N°2618 - Fix missing scroll bar in DataModel Viewer for class with large number of attributs
This commit is contained in:
@@ -1,3 +1,21 @@
|
|||||||
|
/*!
|
||||||
|
* Copyright (C) 2013-2019 Combodo SARL
|
||||||
|
*
|
||||||
|
* This file is part of iTop.
|
||||||
|
*
|
||||||
|
* iTop is free software; you can redistribute it and/or modify
|
||||||
|
* it under the terms of the GNU Affero General Public License as published by
|
||||||
|
* the Free Software Foundation, either version 3 of the License, or
|
||||||
|
* (at your option) any later version.
|
||||||
|
*
|
||||||
|
* iTop is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU Affero General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU Affero General Public License
|
||||||
|
*/
|
||||||
|
|
||||||
//@import 'css-variables.scss';
|
//@import 'css-variables.scss';
|
||||||
|
|
||||||
/* CSS Document */
|
/* CSS Document */
|
||||||
@@ -3467,6 +3485,8 @@ table.listResults .originColor{
|
|||||||
|
|
||||||
#dataModelSplitPane .ui-layout-center{
|
#dataModelSplitPane .ui-layout-center{
|
||||||
margin-left :30px !important;
|
margin-left :30px !important;
|
||||||
|
height: initial !important;
|
||||||
|
width: initial !important;
|
||||||
}
|
}
|
||||||
///////////////////
|
///////////////////
|
||||||
//Impact analysis filter
|
//Impact analysis filter
|
||||||
|
|||||||
Reference in New Issue
Block a user