mirror of https://github.com/vector-im/riot-web
Align room tile info in space hierarchy (#7499)
parent
6199c337ea
commit
4854a53b74
|
@ -220,7 +220,7 @@ limitations under the License.
|
||||||
line-height: $font-18px;
|
line-height: $font-18px;
|
||||||
color: $secondary-content;
|
color: $secondary-content;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
grid-column: 1/3;
|
grid-column: 2/3;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 2;
|
||||||
|
|
Loading…
Reference in New Issue