mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 11:40:06 +00:00
c20cff9bf5
Whilst we tried to do this with the smallest amount of changes possible, our acceptance tests for trying to submit a blank form started failing due to usage of `destroyRecord`, its seems that the correct way to achieve the same thing is to use `rollbackAttributes` instead. We changed that here and the tests pass once again. Furture work related to this will involve change the rest of the UI where we use `destroyRecord` to achieve the same thing, to use `rollbackAttributes` instead
10 lines
207 B
SCSS
10 lines
207 B
SCSS
@import './consul-intention-list/index';
|
|
.consul-intention-list {
|
|
@extend %consul-intention-list;
|
|
}
|
|
@media #{$--lt-wide-table} {
|
|
%consul-intention-list tr > :nth-last-child(2) {
|
|
display: none;
|
|
}
|
|
}
|