mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 13:09:21 -02:30
move tag max height declaration to input tag wrapper
We don't want to apply max height to all tags, just the ones we embed within text/textarea input fields.
This commit is contained in:
@@ -346,10 +346,14 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
|
||||||
|
|
||||||
.at-InputTagContainer .TagComponent-name {
|
.TagComponent {
|
||||||
align-self: auto;
|
max-height: @at-space-4x;
|
||||||
word-break: break-all;
|
}
|
||||||
font-family: 'Open Sans', sans-serif;
|
|
||||||
|
.TagComponent-name {
|
||||||
|
align-self: auto;
|
||||||
|
word-break: break-all;
|
||||||
|
font-family: 'Open Sans', sans-serif;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,7 +8,6 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
min-height: @at-space-4x;
|
min-height: @at-space-4x;
|
||||||
max-height: @at-space-4x;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
margin: @at-space 0;
|
margin: @at-space 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user