mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
[Info Bubble] Add newlines
Add newlines to end of files added for WTD-884.
This commit is contained in:
parent
fd63aa30ea
commit
732c0abf10
@ -1,9 +1,9 @@
|
|||||||
<div class="t-infobubble s-infobubble l-infobubble-wrapper {{bubble.bubbleLayout}}">
|
<div class="t-infobubble s-infobubble l-infobubble-wrapper {{bubble.bubbleLayout}}">
|
||||||
<div class="l-infobubble">
|
<div class="l-infobubble">
|
||||||
<div ng-show="bubble.bubbleTitle.length > 0"
|
<div ng-show="bubble.bubbleTitle.length > 0"
|
||||||
class="title">
|
class="title">
|
||||||
{{bubble.bubbleTitle}}
|
{{bubble.bubbleTitle}}
|
||||||
</div>
|
</div>
|
||||||
<span ng-transclude></span>
|
<span ng-transclude></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
{{property.value}}
|
{{property.value}}
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -29,4 +29,4 @@ define({
|
|||||||
"</mct-container>",
|
"</mct-container>",
|
||||||
// Pixel offset for bubble, to align arrow position
|
// Pixel offset for bubble, to align arrow position
|
||||||
BUBBLE_OFFSET: [ 0, -16 ]
|
BUBBLE_OFFSET: [ 0, -16 ]
|
||||||
});
|
});
|
||||||
|
@ -118,4 +118,4 @@ define(
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
);
|
);
|
||||||
|
@ -91,4 +91,4 @@ define(
|
|||||||
|
|
||||||
return InfoService;
|
return InfoService;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -154,4 +154,4 @@ define(
|
|||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -128,4 +128,4 @@ define(
|
|||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
[
|
[
|
||||||
"gestures/InfoGesture",
|
"gestures/InfoGesture",
|
||||||
"services/InfoService"
|
"services/InfoService"
|
||||||
]
|
]
|
||||||
|
@ -98,4 +98,4 @@ define(
|
|||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user