forked from matrix/element-web
Slight tweak to the name padding so there is a little less space above and below the name
This commit is contained in:
parent
ad74d264a3
commit
73bb317925
|
@ -41,8 +41,8 @@ limitations under the License.
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
padding-top: 4px;
|
padding-top: 2px;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 2px;
|
||||||
color: rgba(69, 69, 69, 0.8);
|
color: rgba(69, 69, 69, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue