We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0056c commit 475118dCopy full SHA for 475118d
src/components/KymaCompanion/components/KymaCompanion.scss
@@ -1,5 +1,10 @@
1
#companion_wrapper {
2
- width: 100%;
+ width: calc(100% - 1rem);
3
+ position: absolute;
4
+ top: 0.5rem;
5
+ left: 0.5rem;
6
+ right: 0.5rem;
7
+ bottom: 0.5rem;
8
9
.kyma-companion {
10
height: 100%;
src/components/KymaCompanion/components/KymaCompanion.tsx
@@ -49,7 +49,7 @@ export default function KymaCompanion() {
49
}
50
51
return (
52
- <div id="companion_wrapper" className="sap-margin-tiny">
+ <div id="companion_wrapper">
53
<Card
54
className="kyma-companion"
55
header={
0 commit comments