Skip to content

Commit 2abd53e

Browse files
committed
DOC-3313: fix line spacing and focus issues.
1 parent 84335bf commit 2abd53e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

modules/ROOT/pages/installation.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ include::partial$css/installation-cards.css[]
4444
++++
4545

4646
== Browse by Framework
47+
4748
++++
4849
include::partial$css/installation-cards.css[]
4950
<div class="tiny-installation-cards">

modules/ROOT/partials/css/installation-cards.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
padding: 1rem;
4343
background-color: #eff1f5;
4444
border-radius: 0.5rem;
45+
margin-top: 1rem;
4546
}
4647

4748
/* Remove inner margins when using the wrapper */
@@ -217,13 +218,14 @@
217218
text-decoration: none;
218219
display: block;
219220
color: inherit;
221+
border: 2px solid transparent; /* reserve space to avoid layout shift on hover */
222+
border-radius: 10px;
223+
transition: all 0.3s ease;
220224
}
221225

222226
.framework-card-link:hover {
223227
text-decoration: none !important;
224-
border: 2px solid var(--card-border);
225-
border-radius: 10px;
226-
transition: all 0.3s ease;
228+
border-color: var(--card-border);
227229
}
228230

229231
.framework-card {

modules/ROOT/partials/what-is-tinymce.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ include::partial$css/installation-cards.css[]
5050
++++
5151

5252
=== Supported frameworks
53+
54+
The below frameworks are the official supported frameworks for {productname}.
55+
5356
++++
5457
include::partial$css/installation-cards.css[]
5558
<div class="tiny-installation-cards">

0 commit comments

Comments
 (0)