diff --git a/resources/views/components/tips/fixed.blade.php b/resources/views/components/tips/fixed.blade.php
index f7a48cb02..0bf1f61ea 100644
--- a/resources/views/components/tips/fixed.blade.php
+++ b/resources/views/components/tips/fixed.blade.php
@@ -10,18 +10,28 @@
{{ $item->title }}
-
- {!! $item->description !!}
-
+ $item->align == 'right',
+ 'float-left' => $item->align == 'left',
+ ])
-
-
- {{ $item->learn_more }}
-
-
+ style="width: 200px;"
+ >
+
+
+ {!! $item->description !!}
+
+
+
+
+ {{ $item->learn_more }}
+
+
+
-
diff --git a/resources/views/components/tips/relative.blade.php b/resources/views/components/tips/relative.blade.php
index bf56e29f2..7847c1f98 100644
--- a/resources/views/components/tips/relative.blade.php
+++ b/resources/views/components/tips/relative.blade.php
@@ -10,18 +10,27 @@
{{ $item->title }}
-
- {!! $item->description !!}
-
+ $item->align == 'right',
+ 'float-left' => $item->align == 'left',
+ ])
-
-
- {{ $item->learn_more }}
-
-
+ style="width: 200px;"
+ >
+
+ {!! $item->description !!}
+
+
+
+
+ {{ $item->learn_more }}
+
+
+
-