mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°7761 - De-hardcode SCSS values
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
* @license http://opensource.org/licenses/AGPL-3.0
|
||||
*/
|
||||
|
||||
$ibo-datatable-within-panel--panel-body--width: 100% !default;
|
||||
|
||||
|
||||
.ibo-panel .ibo-panel--body{
|
||||
.ibo-datatable{
|
||||
width: 100%
|
||||
width: $ibo-datatable-within-panel--panel-body--width;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user