mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Tweak maniphest css to make width of task transactions consistent with width of
task metadata panel. Summary: see title. Test Plan: it looks good! also increased and decreased the font-size and verified the width remained consistent. did this on chrome and firefox on a mac. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1494
This commit is contained in:
parent
69562319be
commit
3e15d7b3df
1 changed files with 3 additions and 4 deletions
|
@ -7,11 +7,10 @@
|
|||
}
|
||||
|
||||
.maniphest-transaction-detail-container {
|
||||
margin: 1em 1em 1.25em;
|
||||
background: 2px 2px no-repeat;
|
||||
margin: 1em 2em 1.25em;
|
||||
background: 0px 2px no-repeat;
|
||||
min-height: 50px;
|
||||
padding: 2px 2px;
|
||||
border: 1px solid transparent;
|
||||
padding: 2px 0px;
|
||||
}
|
||||
|
||||
.maniphest-transaction-list-view .anchor-target {
|
||||
|
|
Loading…
Reference in a new issue