mirror of https://github.com/vector-im/riot-web
use 100% rather than auto with for reply tile width (#9924)
parent
22a2a93751
commit
62913218d2
|
@ -32,11 +32,12 @@ limitations under the License.
|
|||
grid-template:
|
||||
"sender" auto
|
||||
"message" auto
|
||||
/ auto;
|
||||
/ 100%;
|
||||
text-decoration: none;
|
||||
color: $secondary-content;
|
||||
transition: color ease 0.15s;
|
||||
gap: 2px;
|
||||
max-width: 100%; // avoid overflow with wide content
|
||||
|
||||
&:hover {
|
||||
color: $primary-content;
|
||||
|
|
Loading…
Reference in New Issue