@enki-tek/fms-web-components 0.1.12 → 0.1.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,10 +7,10 @@
|
|
7
7
|
class="d-flex justify-content-between flex-wrap flex-md-nowrap align-items-center pt-3 mb-3
|
8
8
|
"
|
9
9
|
>
|
10
|
-
<Row class="d-flex flex-lg-row flex-column px-
|
10
|
+
<Row class="d-flex flex-lg-row flex-column px-0" style="width:100%">
|
11
11
|
<Col md="7">
|
12
12
|
<header>
|
13
|
-
<div class="d-flex flex-row justify-content-start
|
13
|
+
<div class="d-flex flex-row justify-content-start title">
|
14
14
|
<slot name="title" />
|
15
15
|
</div>
|
16
16
|
</header>
|