Skip to content

Commit ad7e26b

Browse files
committed
Prevent wrapping of compatibility links
1 parent 8edcb8f commit ad7e26b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

assets/css/docs.scss

+4
Original file line numberDiff line numberDiff line change
@@ -284,3 +284,7 @@ a.menu {
284284
#nothing-found {
285285
display: none;
286286
}
287+
288+
.compat a {
289+
text-wrap: nowrap;
290+
}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h4>List of Zigbee devices supported by</h4>
1212
</div>
1313
</div>
1414
<div class="row">
15-
<div class="column">
15+
<div class="column compat">
1616
<strong><a href="https://www.home-assistant.io/integrations/zha/"><img style="width:20px" alt="Zigbee Home Automation for Home Assistant" src="{{site.baseurl}}/assets/images/zha-icon.png"> ZHA</a>,
1717
<a href="https://tasmota.github.io/docs/Zigbee"><img style="width:20px" alt="Tasmota" src="{{site.baseurl}}/assets/images/tasmota-icon.png"> Tasmota</a>,
1818
<a href="https://www.zigbee2mqtt.io"><img style="width:20px" alt="Zigbee2MQTT" src="{{site.baseurl}}/assets/images/z2m-icon.png"> Zigbee2MQTT</a>,

0 commit comments

Comments
 (0)