mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix css of elbow indentation for firefox (#33225)
This commit is contained in:
parent
8bc74443ad
commit
817a5efff9
2 changed files with 6 additions and 11 deletions
|
@ -4898,6 +4898,12 @@ table {
|
|||
height: inherit
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.return-value-column td {
|
||||
height: 100%
|
||||
}
|
||||
}
|
||||
|
||||
.cell-border {
|
||||
padding: 4px;
|
||||
border-left: 1px solid #000;
|
||||
|
|
11
docs/templates/plugin.rst.j2
vendored
11
docs/templates/plugin.rst.j2
vendored
|
@ -213,17 +213,6 @@ Common return values are documented :ref:`here <common_return_values>`, the foll
|
|||
|
||||
.. raw:: html
|
||||
|
||||
<style>
|
||||
.outer-elbow-container{display: flex;height:100%;flex-direction:row;}
|
||||
.elbow-placeholder{border-left:1px solid #000;height:100%;width:30px;}
|
||||
.elbow-key{height:100%;padding:4px;border-top:1px solid #000;flex-grow:1;border-left:1px solid #000;}
|
||||
.elbow-blocker{height:0;overflow:hidden;}
|
||||
.return-value-column{height:1px}
|
||||
.return-value-column td{height:inherit}
|
||||
.cell-border{padding:4px;border-left:1px solid #000; border-top:1px solid #000;height:100%;}
|
||||
.documentation-table{border-right:1px solid #000;border-bottom:1px solid #000;}
|
||||
</style>
|
||||
|
||||
<table border=0 cellpadding=0 class="documentation-table">
|
||||
<tr>
|
||||
<th class="head"><div class="cell-border">name</div></th>
|
||||
|
|
Loading…
Reference in a new issue