# Conflicts:
#	projects/ucap-webmessenger-app/src/app/pages/template/components/template.page.component.html
#	projects/ucap-webmessenger-ui-profile/src/lib/components/user-list-item.component.html
This commit is contained in:
khk 2019-12-03 09:32:54 +09:00
parent d5b6514f48
commit 20614ed4f0

View File

@ -8,6 +8,9 @@ body {
position: relative; position: relative;
width: 100%; width: 100%;
height: 100%; height: 100%;
min-width: 1160px;
min-height: 700px;
overflow: auto;
padding: 0; padding: 0;
margin: 0; margin: 0;
color: #333; color: #333;