[Bug fix] Removed temp dev styling and fixed width issues with telemtry elements in Fixed Position view
This commit is contained in:
committed by
Victor Woeltjen
parent
448b535de0
commit
7c7f1c3dbc
@@ -73,13 +73,14 @@
|
||||
left: $p;
|
||||
}
|
||||
&.l-value {
|
||||
// @include test(blue);
|
||||
right: $p;
|
||||
left: auto;
|
||||
text-align: right;
|
||||
&.telem-only {
|
||||
@include test();
|
||||
// @include test(red);
|
||||
left: $p;
|
||||
width: 100%;
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user