mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Wrap long line to fit description window (#14597) Co-authored-by: Ирина Розет <irozet@astralinux.ru>
This commit is contained in:
parent
adf930ee42
commit
66efe7198a
@ -12,7 +12,7 @@ const Inner = styled.div`
|
||||
border-radius: 2px;
|
||||
color: white;
|
||||
left: 10px;
|
||||
max-width: 300px;
|
||||
max-width: 500px;
|
||||
padding: 5px 10px;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
||||
@ -12,6 +12,7 @@ const GridDL = styled.dl`
|
||||
column-gap: 15px;
|
||||
display: grid;
|
||||
grid-template-columns: max-content;
|
||||
overflow-wrap: anywhere;
|
||||
row-gap: 0px;
|
||||
dt {
|
||||
grid-column-start: 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user