Skip to content

Commit 177fba3

Browse files
committed
shrink 3pid invite placeholder text
1 parent ad99357 commit 177fba3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/skins/vector/css/matrix-react-sdk/views/rooms/SearchableEntityList.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ limitations under the License.
3737
.mx_SearchableEntityList_query::-moz-placeholder {
3838
color: #454545;
3939
opacity: 0.5;
40+
font-size: 12px;
4041
}
4142

4243
.mx_SearchableEntityList_query::-webkit-input-placeholder {
4344
color: #454545;
4445
opacity: 0.5;
46+
font-size: 12px;
4547
}
4648

4749
.mx_SearchableEntityList_listWrapper {

0 commit comments

Comments
 (0)