[appWell] Add padding
Add padding to prevent text from hitting the egde of the box which looks ugly. https://bugzilla.gnome.org/show_bug.cgi?id=620997
This commit is contained in:
parent
51478f16ec
commit
79aeb44bf8
@ -549,7 +549,7 @@ StTooltip {
|
|||||||
.app-well-app {
|
.app-well-app {
|
||||||
border: 1px solid #181818;
|
border: 1px solid #181818;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 2px;
|
padding: 4px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user